Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16184 программиста и 1779 роботов. Сейчас ищет 1731 программист ...
Imagick::setImageIndex - Set the iterator position
Вернуться к: Imagick
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
Возвращаемые значения
В случае успешной работы возвращает TRUE
.
Ошибки
Вызывает ImagickException при ошибке.
Вернуться к: Imagick