Gmagick
PHP Manual

Gmagick::readimageblob

(PECL gmagick >= Unknown)

Gmagick::readimageblobReads image from a binary string

Açıklama

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

Reads image from a binary string.

Değiştirgeler

imageContents

Content of image

filename

The image filename.

Dönen Değerler

The Gmagick object on success

Hatalar/İstisnalar

Hata durumunda bir GmagickException istisnası oluşur.


Gmagick
PHP Manual