Dutch PHP Conference 2025 - Call For Papers

Imagick::getOption

(PECL imagick 2, PECL imagick 3)

Imagick::getOptionReturns a value associated with the specified key

Опис

public Imagick::getOption(string $key): string

Returns a value associated within the object for the specified key.

Параметри

key

The name of the option

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

Returns a value associated with a wand and the specified key.

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

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

add a note

User Contributed Notes

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