Imagick::getOption

(PECL imagick 2, PECL imagick 3)

Imagick::getOptionReturns a value associated with the specified key

Descrierea

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

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.

Erori/Excepții

Emite ImagickException în caz de eroare.

add a note add a note

User Contributed Notes

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