Imagick::setImageFilename

(PECL imagick 2, PECL imagick 3)

Imagick::setImageFilenameSets the filename of a particular image

说明

public Imagick::setImageFilename(string $filename): bool

Sets the filename of a particular image in a sequence.

参数

filename

返回值

成功时返回 true

错误/异常

错误时抛出 ImagickException。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top