Gmagick::hasnextimage

(PECL gmagick >= Unknown)

Gmagick::hasnextimageChecks if the object has more images

Opis

public Gmagick::hasnextimage ( void ) : mixed

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

Parametry

Ta funkcja nie posiada parametrów.

Zwracane wartości

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

Błędy/Wyjątki

Wywołuje wyjątek GmagickException w przypadku błędu.

add a note add a note

User Contributed Notes

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