PHP 8.3.4 Released!

Imagick::current

(PECL imagick 2, PECL imagick 3)

Imagick::current現在の Imagick オブジェクトへの参照を返す

説明

public Imagick::current(): Imagick

現在の imagick オブジェクトへの参照を返し、 画像ポインタを正しいシーケンスに設定します。

パラメータ

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

戻り値

成功した場合に自分自身を返します。

エラー / 例外

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

add a note

User Contributed Notes

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