Dutch PHP Conference 2025 - Call For Papers

imagecreatefromavif

(PHP 8 >= 8.1.0)

imagecreatefromavifСтворює нове зображення з файла або URL

Опис

imagecreatefromavif(string $filename): GdImage|false

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

Параметри

filename

Path to the AVIF raster image.

Значення, що повертаються

Повертає об'єкт зображення в разі успіху або false в разі помилок.

add a note

User Contributed Notes

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