update : 2015.11.03
php.shukuma.com검색:
|
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 이상으로 컴파일 했을 때만 사용할 수 있습니다. 인수
반환값
성공시에 예제
Example #1 Using Imagick::setIteratorIndex(): Create images, set and get the iterator index
<?php 참고
|