Php/docs/imagick.hasnextimage
From Get docs
Imagick::hasNextImage
(PECL imagick 2, PECL imagick 3)
Imagick::hasNextImage — Checks if the object has more images
Description
public Imagick::hasNextImage ( ) : bool
Returns TRUE if the object has more images when traversing the list in the forward direction.
Return Values
Returns TRUE if the object has more images when traversing the list in the
forward direction, returns FALSE if there are none.