PHP 8.3.4 Released!

Gmagick::readimage

(PECL gmagick >= Unknown)

Gmagick::readimageファイルから画像を読み込む

説明

public Gmagick::readimage(string $filename): Gmagick

ファイルから画像を読み込みます。

パラメータ

filename

画像ファイル名。

戻り値

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

エラー / 例外

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

add a note

User Contributed Notes

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