Gmagick
PHP 手册

Gmagick::hasnextimage

(PECL gmagick >= Unknown)

Gmagick::hasnextimageChecks if the object has more images

说明

public void Gmagick::hasnextimage ( void )

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

参数

This function has no parameters.

返回值

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

错误/异常

Throws an GmagickException on error.


Gmagick
PHP 手册