Imagick::readImageFile
PHP Manual
PHP Manual»Imagick»Imagick::readImageFile

Imagick::readImageFile

(PECL imagick 2, PECL imagick 3)

Imagick::readImageFileReads image from open filehandle

Опис

public function Imagick::readImageFile(resource $filehandle, string $fileName = null): bool

Reads image from open filehandle

Параметри

filehandle

fileName

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

Повертає true в разі успіху.

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

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

To Top