Statement on glibc/iconv Vulnerability

imagecreatefromavif

(PHP 8 >= 8.1.0)

imagecreatefromavifCrea una nuova immagine da un file o una URL

Descrizione

imagecreatefromavif(string $filename): GdImage|false

imagecreatefromavif() returns an image object representing the image obtained from the given filename.

Elenco dei parametri

filename

Path to the AVIF raster image.

Valori restituiti

Restituisce un identificatore di risorsa immagine, false in caso di errore.

add a note

User Contributed Notes

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