Statement on glibc/iconv Vulnerability

imagecreatefromavif

(PHP 8 >= 8.1.0)

imagecreatefromavifCrea una nueva imagen a partir de un fichero o de una URL

Descripción

imagecreatefromavif(string $filename): GdImage|false

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

Parámetros

filename

Path to the AVIF raster image.

Valores devueltos

En caso de éxito, devuelve un identificador de recurso de imagen, y false en caso de error.

add a note

User Contributed Notes

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