PHP Doku:: Gets the potential image type - function.imagick-getimagetype.html

Verlauf / Chronik / History: (2) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzBildverarbeitung und -generierungImage Processing (ImageMagick)The Imagick classImagick::getImageType

Ein Service von Reinhard Neidl - Webprogrammierung.

The Imagick class

<<Imagick::getImageTotalInkDensity

Imagick::getImageUnits>>

Imagick::getImageType

(PECL imagick 0.9.10-0.9.9)

Imagick::getImageTypeGets the potential image type

Beschreibung

int Imagick::getImageType ( void )
Warnung

Diese Funktion ist bis jetzt nicht dokumentiert. Es steht nur die Liste der Argumente zur Verfügung.

Gets the potential image type.

Rückgabewerte

Returns the potential image type. Wirf eine ImagickException bei einem Fehler.


Ein BenutzerBeitrag:
- Beiträge aktualisieren...
lukeydeluxe at gmail dot com
15.01.2009 13:13
Remember, the result, if successful, is an Array, wich means you should call for example "$var[format]" if you want to know what format the file uses.



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",...)