The Imagick class
PHP Manual

Imagick::pingImage

(PECL imagick 2.0.0)

Imagick::pingImageFetch basic attributes about the image

설명

bool Imagick::pingImage ( string $filename )
Warning

이 함수는 현재 문서화 되어있지 않습니다; 인수 목록만을 제공합니다.

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.

반환값

성공시에 TRUE를 반환합니다.


The Imagick class
PHP Manual