Imagick::getFilename
(PECL imagick 2, PECL imagick 3)
Imagick::getFilename — 画像シーケンスに関連付けられたファイル名を取得する
パラメータ
この関数にはパラメータはありません。
戻り値
成功した場合に文字列を返します。
エラー / 例外
エラー時に ImagickException をスローします。
+add a note
User Contributed Notes 1 note
SkepticaLee ¶
9 years ago
This function is obviously deprecated as it only returns a zero-length string. The file name (with complete path) is returned by getImageFilename () instead.