Gmagick
PHP Manual

Gmagick::readimageblob

(PECL gmagick >= Unknown)

Gmagick::readimageblobReads image from a binary string

説明

public void Gmagick::readimageblob ( string $imageContents [, string $filename ] )

Reads image from a binary string.

パラメータ

imageContents

Content of image

filename

The image filename.

返り値

The Gmagick object on success

エラー / 例外

エラー時に GmagickException をスローします。


Gmagick
PHP Manual