Imagick::getFormat
PHP Manual
PHP Manual»Imagick»Imagick::getFormat

Imagick::getFormat

(PECL imagick 2, PECL imagick 3)

Imagick::getFormatReturns the format of the Imagick object

Опис

public function Imagick::getFormat(): string

Returns the format of the Imagick object.

Параметри

У цієї функції немає параметрів.

Значення, що повертаються

Returns the format of the image.

Помилки/виключення

Кидає ImagickException в разі помилки.

To Top