Imagick::nextImage
PHP Manual
PHP Manual»Imagick»Imagick::nextImage

Imagick::nextImage

(PECL imagick 2, PECL imagick 3)

Imagick::nextImageMoves to the next image

Опис

public function Imagick::nextImage(): bool

Associates the next image in the image list with an Imagick object.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Повертає true в разі успіху.

To Top