Imagick::getImageWidth
PHP Manual
PHP Manual»Imagick»Imagick::getImageWidth

Imagick::getImageWidth

(PECL imagick 2, PECL imagick 3)

Imagick::getImageWidthReturns the image width

Опис

public function Imagick::getImageWidth(): int

Returns the image width.

Параметри

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

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

Returns the image width.

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

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

To Top