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