PHP 8.3.4 Released!

Gmagick::read

(PECL gmagick >= Unknown)

Gmagick::readReads image from filename

Descrizione

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

Reads image from filename.

Elenco dei parametri

filename

The image filename.

Valori restituiti

The Gmagick object.

Errori/Eccezioni

Throws an GmagickException on error.

add a note

User Contributed Notes

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