Imagick::hasNextImage
PHP Manual
PHP Manual»Imagick»Imagick::hasNextImage

Imagick::hasNextImage

(PECL imagick 2, PECL imagick 3)

Imagick::hasNextImageChecks if the object has more images

Beschreibung

public function Imagick::hasNextImage(): bool

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

Parameter-Liste

Diese Funktion besitzt keine Parameter.

Rückgabewerte

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

To Top