Imagick::getOption

(PECL imagick 2.0.0)

Imagick::getOptionReturns a value associated with the specified key

Опис

string Imagick::getOption ( string $key )

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 add a note

User Contributed Notes

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