Gmagick::queryformats

(PECL gmagick >= Unknown)

Gmagick::queryformatsGmagick がサポートするフォーマットを返す

説明

public Gmagick::queryformats(string $pattern = "*"): array

Gmagick がサポートするフォーマットを返します。

パラメータ

pattern

パターンを含む文字列へのポインタを指定します。

戻り値

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

エラー / 例外

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

add a note

User Contributed Notes

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