update : 2015.11.03
php.shukuma.com

검색:
 
 
The Imagick constructor

Imagick::__construct

(PECL imagick 2.0.0)

Imagick::__constructThe Imagick constructor

설명

Imagick::__construct ( mixed $files )

Creates an Imagick instance for a specified image or set of images.

인수

files

The path to an image to load or an array of paths. Paths can include wildcards for file names, or can be URLs.

반환값

Returns a new Imagick object on success.

오류/예외

오류시에 ImagickException이 발생합니다.