Gmagick::setfilename

(PECL gmagick >= Unknown)

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

Описание

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

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

Список параметров

filename

The image filename.

Возвращаемые значения

The Gmagick object on success

Ошибки

Вызывает GmagickException при ошибке.

add a note add a note

User Contributed Notes

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