The Imagick class
PHP Manual

Imagick::pingImageBlob

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

Imagick::pingImageBlobQuickly fetch attributes

Descrição

bool Imagick::pingImageBlob ( string $image )
Aviso

Esta função não está documentada; somente a lista de argumentos está disponível.

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

Parâmetros

image

A string containing the image.

Valor Retornado

Retorna TRUE em sucesso.


The Imagick class
PHP Manual