parent root
PHP: Imagick::getImageFilename - Manual

Imagick::getImageFilename

(PECL imagick 2.0.0)

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

Description

Imagick::getImageFilename ( void ) : string

Returns the filename of a particular image in a sequence.

Return Values

Returns a string with the filename of the image.

Errors/Exceptions

Throws ImagickException on error.

add a noteadd a note

User Contributed Notes

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