array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'imagick.current.php', 1 => 'Imagick::current', 2 => 'Returns a reference to the current Imagick object', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.cropthumbnailimage.php', 1 => 'Imagick::cropThumbnailImage', ), 'next' => array ( 0 => 'imagick.cyclecolormapimage.php', 1 => 'Imagick::cycleColormapImage', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/current.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?>

Imagick::current

(PECL imagick 2, PECL imagick 3)

Imagick::currentReturns a reference to the current Imagick object

Beschreibung

public Imagick::current(): Imagick

Returns reference to the current imagick object with image pointer at the correct sequence.

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

Returns self on success.

Fehler/Exceptions

Wirft ImagickException bei Fehlern.