array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'imagick.getoption.php', 1 => 'Imagick::getOption', 2 => 'Returns a value associated with the specified key', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.getnumberimages.php', 1 => 'Imagick::getNumberImages', ), 'next' => array ( 0 => 'imagick.getpackagename.php', 1 => 'Imagick::getPackageName', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/getoption.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Imagick::getOption

(PECL imagick 2, PECL imagick 3)

Imagick::getOptionReturns a value associated with the specified key

Beschreibung

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

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

Parameter-Liste

key

The name of the option

Rückgabewerte

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

Fehler/Exceptions

Wirft ImagickException bei Fehlern.