The Imagick class
PHP Manual

Imagick::getImageFilename

(PECL imagick 2.0.0)

Imagick::getImageFilenameReturns the filename of a particular image in a sequence

说明

string Imagick::getImageFilename ( void )
Warning

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

Returns the filename of a particular image in a sequence.

返回值

Returns a string with the filename of the image. Throw an ImagickException on error.


The Imagick class
PHP Manual