PHP 8.3.4 Released!

Gmagick::previousimage

(PECL gmagick >= Unknown)

Gmagick::previousimageオブジェクト内の前の画像に移動する

説明

public Gmagick::previousimage(): bool

画像リスト内の前の画像を Gmagick オブジェクトに関連付けます。

パラメータ

この関数にはパラメータはありません。

戻り値

成功した場合に true を、失敗した場合に false を返します。

エラー / 例外

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

add a note

User Contributed Notes

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