<?php include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc'; $TOC = array(); $TOC_DEPRECATED = array(); $PARENTS = array(); include_once dirname(__FILE__) ."/toc/class.imagickpixeliterator.inc"; $setup = array ( 'home' => array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'imagickpixeliterator.getpreviousiteratorrow.php', 1 => 'ImagickPixelIterator::getPreviousIteratorRow', 2 => 'Returns the previous row', ), 'up' => array ( 0 => 'class.imagickpixeliterator.php', 1 => 'ImagickPixelIterator', ), 'prev' => array ( 0 => 'imagickpixeliterator.getnextiteratorrow.php', 1 => 'ImagickPixelIterator::getNextIteratorRow', ), 'next' => array ( 0 => 'imagickpixeliterator.newpixeliterator.php', 1 => 'ImagickPixelIterator::newPixelIterator', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagickpixeliterator/getpreviousiteratorrow.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?> <div id="imagickpixeliterator.getpreviousiteratorrow" class="refentry"> <div class="refnamediv"> <h1 class="refname">ImagickPixelIterator::getPreviousIteratorRow</h1> <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">ImagickPixelIterator::getPreviousIteratorRow</span> — <span class="dc-title">Returns the previous row</span></p> </div> <div class="refsect1 description" id="refsect1-imagickpixeliterator.getpreviousiteratorrow-description"> <h3 class="title">Beschreibung</h3> <div class="methodsynopsis dc-description"> <span class="modifier">public</span> <span class="methodname"><strong>ImagickPixelIterator::getPreviousIteratorRow</strong></span>(): <span class="type"><a href="language.types.array.php" class="type array">array</a></span></div> <div class="warning"><strong class="warning">Warnung</strong><p class="simpara">Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Parameter zur Verfügung.</p></div> <p class="para"> Returns the previous row as an array of pixel wands from the pixel iterator. </p> </div> <div class="refsect1 returnvalues" id="refsect1-imagickpixeliterator.getpreviousiteratorrow-returnvalues"> <h3 class="title">Rückgabewerte</h3> <p class="para"> Returns the previous row as an array of ImagickPixelWand objects from the ImagickPixelIterator, throwing ImagickPixelIteratorException on error. </p> </div> </div><?php manual_footer($setup); ?>