<?php include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc'; $TOC = array(); $TOC_DEPRECATED = array(); $PARENTS = array(); include_once dirname(__FILE__) ."/toc/class.imagick.inc"; $setup = array ( 'home' => array ( 0 => 'index.php', 1 => 'PHP Manual', ), 'head' => array ( 0 => 'UTF-8', 1 => 'de', ), 'this' => array ( 0 => 'imagick.setimageindex.php', 1 => 'Imagick::setImageIndex', 2 => 'Set the iterator position', ), 'up' => array ( 0 => 'class.imagick.php', 1 => 'Imagick', ), 'prev' => array ( 0 => 'imagick.setimagegreenprimary.php', 1 => 'Imagick::setImageGreenPrimary', ), 'next' => array ( 0 => 'imagick.setimageinterlacescheme.php', 1 => 'Imagick::setImageInterlaceScheme', ), 'alternatives' => array ( ), 'source' => array ( 'lang' => 'en', 'path' => 'reference/imagick/imagick/setimageindex.xml', ), 'history' => array ( ), ); $setup["toc"] = $TOC; $setup["toc_deprecated"] = $TOC_DEPRECATED; $setup["parents"] = $PARENTS; manual_setup($setup); contributors($setup); ?> <div id="imagick.setimageindex" class="refentry"> <div class="refnamediv"> <h1 class="refname">Imagick::setImageIndex</h1> <p class="verinfo">(PECL imagick 2, PECL imagick 3)</p><p class="refpurpose"><span class="refname">Imagick::setImageIndex</span> — <span class="dc-title">Set the iterator position</span></p> </div> <div id="imagick.setimageindex-refsynopsisdiv"> <div class="warning"><strong class="warning">Warnung</strong><p class="simpara">Diese Funktion ist von Imagick 3.4.4 an <em>MISSBILLIGT</em>. Von der weiteren Verwendung wird dringend abgeraten.</p></div> </div> <div class="refsect1 description" id="refsect1-imagick.setimageindex-description"> <h3 class="title">Beschreibung</h3> <div class="methodsynopsis dc-description"> <span class="modifier">public</span> <span class="methodname"><strong>Imagick::setImageIndex</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$index</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div> <p class="para rdfs-comment"> Set the iterator to the position in the image list specified with the index parameter. </p> <p class="para"> This method has been deprecated. See <span class="function"><a href="imagick.setiteratorindex.php" class="function">Imagick::setIteratorIndex()</a></span>. </p> </div> <div class="refsect1 parameters" id="refsect1-imagick.setimageindex-parameters"> <h3 class="title">Parameter-Liste</h3> <p class="para"> <dl> <dt><code class="parameter">index</code></dt> <dd> <p class="para"> The position to set the iterator to </p> </dd> </dl> </p> </div> <div class="refsect1 returnvalues" id="refsect1-imagick.setimageindex-returnvalues"> <h3 class="title">Rückgabewerte</h3> <p class="para"> Liefert <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> bei Erfolg. </p> </div> <div class="refsect1 errors" id="refsect1-imagick.setimageindex-errors"> <h3 class="title">Fehler/Exceptions</h3> <p class="para"> Wirft ImagickException bei Fehlern. </p> </div> </div><?php manual_footer($setup); ?>