The Imagick class
PHP Manual

Imagick::__construct

(PECL imagick 2.0.0)

Imagick::__constructThe Imagick constructor

说明

Imagick Imagick::__construct ([ mixed $files ] )
Warning

本函数还未编写文档,仅有参数列表。

The Imagick constructor

参数

files

The path to an image to load or array of paths

返回值

Returns a new Imagick object on success. Throw an ImagickException on error.


The Imagick class
PHP Manual