swf_getbitmapinfo()
swf_getbitmapinfo - Get information about a bitmap
Syntax
array swf_getbitmapinfo (
int $bitmapid)
Arguments
- bitmapid - The bitmap id.
Description
Returns information about a bitmap.
Version
PHP 4
Return value
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.