PHP 8.3.4 Released!

Gmagick::queryformats

(PECL gmagick >= Unknown)

Gmagick::queryformatsReturns formats supported by Gmagick

Descrição

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

Returns formats supported by Gmagick.

Parâmetros

pattern

Specifies a string containing a pattern.

Valor Retornado

The Gmagick object.

Erros/Exceções

Lança uma exceção GmagickException em caso de erro.

add a note

User Contributed Notes

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