CakeFest 2024: The Official CakePHP Conference

Imagick::setImageFilename

(PECL imagick 2, PECL imagick 3)

Imagick::setImageFilename特定の画像のファイル名を設定する

説明

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

シーケンス内の特定の画像のファイル名を設定します。

パラメータ

filename

戻り値

成功した場合に true を返します。

エラー / 例外

エラー時に ImagickException をスローします。

add a note

User Contributed Notes

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