|
Imagick::setIteratorIndex(PECL imagick 2.0.0) Imagick::setIteratorIndex — Set the iterator position Описание
bool Imagick::setIteratorIndex
( int $index
)
Set the iterator to the position in the image list specified with the index parameter. Этот метод доступен, если Imagick был скомпилирован с версией ImageMagick 6.2.9 или старше. Список параметров
Возвращаемые значенияВ случае успешной работы возвращает TRUE. Примеры
Пример #1 Using Imagick::setIteratorIndex(): Create images, set and get the iterator index
<?php Смотрите также
|
|