Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16184 программиста и 1779 роботов. Сейчас ищет 1731 программист ...
Gmagick::getimageindex - Gets the index of the current active image
Вернуться к: Gmagick
Gmagick::getimageindex
(PECL gmagick >= Unknown)
Gmagick::getimageindex — Gets the index of the current active image
Описание
public int Gmagick::getimageindex
( void
)
Returns the index of the current active image within the Gmagick object.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Index of current active image
Ошибки
Вызывает GmagickException при ошибке.
Вернуться к: Gmagick