Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 20502 программиста и 1614 роботов. Сейчас ищут 2087 программистов ...
Gmagick::hasnextimage - Checks if the object has more images
Вернуться к: Gmagick
Gmagick::hasnextimage
(PECL gmagick >= Unknown)
Gmagick::hasnextimage — Checks if the object has more images
Описание
Returns TRUE if the object has more images when traversing the list in the forward direction.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns TRUE if the object has more images when traversing the list in the forward direction, returns FALSE if there are none.
Ошибки
Вызывает GmagickException при ошибке.
Вернуться к: Gmagick