imagecreatefromavif
(PHP 8 >= 8.1.0)
imagecreatefromavif — 由檔案或 URL 建立一個新圖像。
說明
imagecreatefromavif() returns an image object representing the image obtained from the given filename.
參數
- 
filename
- 
      Path to the AVIF raster image. 
返回值
   成功后返回圖像對像,失敗后返回 false。