The Imagick class
PHP Manual

Imagick::getImageProperty

(No version information available, might be only in CVS)

Imagick::getImagePropertyReturns the named image property

Beschreibung

string Imagick::getImageProperty ( string $name )
Warnung

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

Returns the named image profile.

Parameter-Liste

name

name of the property (for example Exif:DateTime)

Rückgabewerte

Returns a string containing the image property, false if a property with the given name does not exist.


The Imagick class
PHP Manual