The Imagick class
PHP Manual

Imagick::pingImageFile

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

Imagick::pingImageFileGet basic image attributes in a lightweight manner

Beschreibung

bool Imagick::pingImageFile ( resource $filehandle [, string $fileName ] )
Warnung

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

This method can be used to query image width, height, size, and format without reading the whole image to memory.

Parameter-Liste

filehandle

An open filehandle to the image.

fileName

Optional filename for this image.

Rückgabewerte

Liefet TRUE bei Erfolg.


The Imagick class
PHP Manual