The Imagick class
PHP Manual

Imagick::getOption

(PECL imagick 2.0.0)

Imagick::getOptionReturns a value associated with the specified key

Descrierea

string Imagick::getOption ( string $key )
Avertizare

Această funcție nu este documentată în prezent; este disponibilă numai lista sa de argumente.

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

Parametri

key

The name of the option

Valorile întoarse

Returns a value associated with a wand and the specified key. Emite un ImagickException în caz de eroare.


The Imagick class
PHP Manual