Imagick::hasNextImage
PHP Manual
PHP Manual»Imagick»Imagick::hasNextImage

Imagick::hasNextImage

(PECL imagick 2, PECL imagick 3)

Imagick::hasNextImageChecks if the object has more images

Опис

public function Imagick::hasNextImage(): bool

Returns true if the object has more images when traversing the list in the forward direction.

Параметри

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

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

Returns true if the object has more images when traversing the list in the forward direction, returns false if there are none.

To Top