The Imagick class
PHP Manual

Imagick::setImageIndex

(No version information available, might be only in CVS)

Imagick::setImageIndexSet the iterator position

Beschreibung

bool Imagick::setImageIndex ( int $index )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Set the iterator to the position in the image list specified with the index parameter.

This method has been deprecated. See Imagick::setIteratorIndex

Parameter-Liste

index

The position to set the iterator to

Rückgabewerte

Liefet TRUE bei Erfolg.

Fehler/Exceptions

Wirtf ImagickException bei Fehlern.


The Imagick class
PHP Manual