Gmagick::hasnextimage
PHP Manual
PHP Manual»Gmagick»Gmagick::hasnextimage

Gmagick::hasnextimage

(PECL gmagick >= Unknown)

Gmagick::hasnextimageChecks if the object has more images

Опис

public function Gmagick::hasnextimage(): mixed

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.

Помилки/виключення

Викидає GmagickException у разі помилки.

To Top