Imagick::setImageIndex
(PECL imagick 2.0.0)
Imagick::setImageIndex — Set the iterator position
Описание
bool Imagick::setImageIndex
( int $index
)
ВниманиеК настоящему
времени эта функция еще не была документирована; для ознакомления
доступен только список аргументов.
Set the iterator to the position in the image list specified with the index
parameter.
This method has been deprecated. See Imagick::setIteratorIndex
Список параметров
-
index
-
The position to set the iterator to
Возвращаемые значения
Returns TRUE on success.
Errors/Exceptions
Throws ImagickException on error.