PHP 8.1.20 Released!

imagecreatefromavif

(PHP 8 >= 8.1.0)

imagecreatefromavifCria uma nova imagem a partir de um arquivo ou URL

Descrição

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.

Valor Retornado

Retorna um objeto de imagem em caso de sucesso, false em caso de erros.

add a note

User Contributed Notes

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