CakeFest 2024: The Official CakePHP Conference

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.

错误/异常

错误时抛出 GmagickException

add a note

User Contributed Notes

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