Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 16123 программиста и 1772 робота. Сейчас ищут 1862 программиста ...
Gmagick::getsize - Returns the size associated with the Gmagick object
Вернуться к: Gmagick
Gmagick::getsize
(PECL gmagick >= Unknown)
Gmagick::getsize — Returns the size associated with the Gmagick object
Описание
public array Gmagick::getsize
( void
)
Returns the size associated with the Gmagick object as an array with the keys "columns" and "rows".
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns the size associated with the Gmagick object as an array with the keys "columns" and "rows".
Ошибки
Вызывает GmagickException при ошибке.
Вернуться к: Gmagick