CakeFest 2024: The Official CakePHP Conference

Gmagick::setimageindex

(PECL gmagick >= Unknown)

Gmagick::setimageindex画像リスト内でのイテレータの位置を、index パラメータで指定した場所に設定する

説明

public Gmagick::setimageindex(int $index): Gmagick

画像リスト内でのイテレータの位置を、index パラメータで指定した場所に設定します。

パラメータ

index

シーン番号。

戻り値

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

エラー / 例外

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

add a note

User Contributed Notes

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