Dutch PHP Conference 2025 - Call For Papers

Imagick::getImageArtifact

(PECL imagick 3)

Imagick::getImageArtifactGet image artifact

Опис

public Imagick::getImageArtifact(string $artifact): string

Gets an artifact associated with the image. The difference between image properties and image artifacts is that properties are public and artifacts are private. Цей метод доступний, якщо Imagick зібраний з ImageMagick версії 6.5.7 або новішою.

Параметри

artifact

The name of the artifact

Значення, що повертаються

Returns the artifact value on success.

Помилки/виключення

Кидає ImagickException в разі помилки.

Прогляньте також

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top