update : 2015.11.03
php.shukuma.com

검색:
 
 
Reads image from a binary string

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.