   #PHP Manual Shockwave Flash functions swf_fonttracking swf_getfontinfo

   PHP Manual
   Prev  Next
   ______________________________________________________________________

                               swf_getbitmapinfo

   (PHP 4 <= 4.3.2)
   swf_getbitmapinfo -- Get information about a bitmap

Description

   array swf_getbitmapinfo ( int bitmapid)

   The swf_getbitmapinfo() function returns an array of information about
   a bitmap given by the bitmapid parameter. The returned array has 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.
   ______________________________________________________________________

   Prev             Home            Next
   swf_fonttracking  Up  swf_getfontinfo
