PHP 8.3.4 Released!

Gmagick::setimageiterations

(PECL gmagick >= Unknown)

Gmagick::setimageiterations画像の反復を設定する

説明

public Gmagick::setimageiterations(int $iterations): Gmagick

画像の反復を設定します。

パラメータ

iterations

画像の遅延を 1/100 秒単位で指定します。

戻り値

Gmagick オブジェクトを返します。

エラー / 例外

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

add a note

User Contributed Notes

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