Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетил 17641 программист и 1734 робота. Сейчас ищут 1185 программистов ...
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