PHP Doku:: Get information about a bitmap - function.swf-getbitmapinfo.html

Verlauf / Chronik / History: (32) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzNon-Text MIME-AusgabenShockwave FlashSWF Funktionenswf_getbitmapinfo

Ein Service von Reinhard Neidl - Webprogrammierung.

SWF Funktionen

<<swf_fonttracking

swf_getfontinfo>>

swf_getbitmapinfo

(PHP 4)

swf_getbitmapinfoGet 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.


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)