Imagick
PHP Manual

Imagick::getOption

(PECL imagick 2.0.0)

Imagick::getOptionReturns a value associated with the specified key

Descrição

string Imagick::getOption ( string $key )

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

Parâmetros

key

The name of the option

Valor Retornado

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

Erros

Throws ImagickException on error.


Imagick
PHP Manual