Gmagick
PHP Manual

Gmagick::setimagefilename

(PECL gmagick >= Unknown)

Gmagick::setimagefilenameSets the filename of a particular image in a sequence

说明

public Gmagick Gmagick::setimagefilename ( string $filename )

Sets the filename of a particular image in a sequence.

参数

filename

The image filename.

返回值

The Gmagick object on success.

错误/异常

错误时抛出GmagickException.


Gmagick
PHP Manual