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

Imagick::hasPreviousImage()

Imagick::hasPreviousImage - Checks if the object has a previous image

Syntax

bool Imagick::hasPreviousImage ()

Arguments

-

Description

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

Version

PHP PECL imagick 2.0.0

Return value

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