Gmagick::queryformats

(PECL gmagick >= Unknown)

Gmagick::queryformatsReturns formats supported by Gmagick

Описание

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

Returns formats supported by Gmagick.

Список параметров

pattern

Specifies a string containing a pattern.

Возвращаемые значения

The Gmagick object on success

Ошибки

Вызывает GmagickException при ошибке.

add a note add a note

User Contributed Notes

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