Home > PHP > Function > > Imagick::hasNextImage()

Imagick::hasNextImage()

Imagick::hasNextImage - Checks if the object has more images

Syntax

bool Imagick::hasNextImage ()

Arguments

-

Description

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

Version

PHP PECL imagick 2.0.0

Return value

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