PHP 8.1.28 Released!

Gmagick::setfilename

(PECL gmagick >= Unknown)

Gmagick::setfilenameSets the filename before you read or write the image

Açıklama

public Gmagick::setfilename(string $filename): Gmagick

Sets the filename before you read or write an image file.

Bağımsız Değişkenler

filename

The image filename.

Dönen Değerler

The Gmagick object.

Hatalar/İstisnalar

Hata durumunda bir GmagickException istisnası oluşur.

add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top