PHP 8.3.4 Released!

Gmagick::queryformats

(PECL gmagick >= Unknown)

Gmagick::queryformatsReturns formats supported by Gmagick

Descrizione

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

Returns formats supported by Gmagick.

Elenco dei parametri

pattern

Specifies a string containing a pattern.

Valori restituiti

The Gmagick object.

Errori/Eccezioni

Throws an GmagickException on error.

add a note

User Contributed Notes

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