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

오류/예외

Throws an GmagickException on error.


Gmagick
PHP Manual