Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 18504 программиста и 1600 роботов. Сейчас ищут 1072 программиста ...
HaruImage::getBitsPerComponent - Get the number of bits used to describe each color component of the image
Вернуться к: HaruImage
HaruImage::getBitsPerComponent
(PECL haru >= 0.0.1)
HaruImage::getBitsPerComponent — Get the number of bits used to describe each color component of the image
Описание
int HaruImage::getBitsPerComponent
( void
)
Gets the number of bits used to describe each color component of the image.
Список параметров
У этой функции нет параметров.
Возвращаемые значения
Returns the number of bits used to describe each color component of the image.
Ошибки
Вызывает исключение HaruException при ошибке.
Вернуться к: HaruImage