Gmagick
PHP Manual

Gmagick::hasnextimage

(PECL gmagick >= Unknown)

Gmagick::hasnextimageChecks if the object has more images

Описание

public mixed Gmagick::hasnextimage ( void )

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 при ошибке.


Gmagick
PHP Manual