GoLang Imagick::hasNextImage

request it (232)
GoLang replacement for PHP's Imagick::hasNextImage [edit | history]



Do you know a GoLang replacement for PHP's Imagick::hasNextImage? Write it!

PHP Imagick::hasNextImage

PHP original manual for Imagick::hasNextImage [ show | php.net ]

Imagick::hasNextImage

(PECL imagick 2.0.0)

Imagick::hasNextImageChecks if the object has more images

Description

bool Imagick::hasNextImage ( void )

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.