CakeFest 2024: The Official CakePHP Conference

Gmagick::haspreviousimage

(PECL gmagick >= Unknown)

Gmagick::haspreviousimageオブジェクトが前の画像を保持しているかどうかを調べる

説明

public Gmagick::haspreviousimage(): mixed

リスト内で逆方向にひとつ進んだときにまだオブジェクトが画像を保持していれば true を返します。

パラメータ

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

戻り値

リスト内で逆方向にひとつ進んだときにまだオブジェクトが画像を保持していれば true、していなければ false を返します。

エラー / 例外

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

add a note

User Contributed Notes

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