Регистрация Войти
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Войти через VK Войти через FB Войти через Google Войти через Яндекс
Поиск по сайту
Наш чат в Telegram для обмена идеями, проектами, мыслями, людьми в сфере ИТ г.Ростова-на-Дону: @it_rostov
swf_getbitmapinfo
(PHP 4)
swf_getbitmapinfo — Get information about a bitmap
Описание
array swf_getbitmapinfo ( int $bitmapid )Returns information about a bitmap.
Список параметров
bitmapid -
The bitmap id.
Возвращаемые значения
Returns an array with the following elements:
- "size" - The size in bytes of the bitmap.
- "width" - The width in pixels of the bitmap.
- "height" - The height in pixels of the bitmap.
Смотрите также:
Описание на ru2.php.net
Описание на php.ru