Imagick::hasNextImage

(PECL imagick 2, PECL imagick 3)

Imagick::hasNextImageVerifica si un objeto tiene una imagen siguiente

Descripción

public Imagick::hasNextImage(): bool

Devuelve true si el objeto tiene más imágenes para revisar la lista.

Parámetros

Esta función no tiene parámetros.

Valores devueltos

Devuelve true si el objeto tiene una imagen siguiente, y false en caso contrario.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top