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

Описание

bool Imagick::pingImageFile ( resource $filehandle [, string $fileName ] )
Внимание

К настоящему времени эта функция еще не была документирована; для ознакомления доступен только список аргументов.

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

Список параметров

filehandle

An open filehandle to the image.

fileName

Optional filename for this image.

Возвращаемые значения

Returns TRUE on success.


The Imagick class
PHP Manual