The Imagick class
PHP Manual

Imagick::pingImage

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

Imagick::pingImageFetch basic attributes about the image

Описание

bool Imagick::pingImage ( string $filename )
Внимание

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

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

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

filename

The filename to read the information from.

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

Returns TRUE on success.


The Imagick class
PHP Manual