首頁
PHP
Tags
PHP教學
最新文章列表
中文(繁體)
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
當前位置:
首頁
>
函數類別大全
>
image_type_to_extension
image_type_to_extension
獲取圖像類型的文件擴展名
名稱:
image_type_to_extension
分類:
圖像處理GD
所屬語言:
php
一句話介紹:
獲取圖像類型的文件擴展名
相關內容
使用image_type_to_extension() 時忽略文件格式檢查的風險
9
同類函數
imagecolorexact
imagecolorexact
獲取指定顏色的索引
imageresolution
imageresolution
獲取或設置圖像的分辨率
imagegammacorrect
imagegammacorrect
對GD圖像應用伽馬校正
imageellipse
imageellipse
繪製一個橢圓
imagepalettecopy
imagepalettecopy
將調色板從一個圖像複製到另一個圖像
imagegd2
imagegd2
將GD2圖像輸出到瀏覽器或文件
imagecolorsforindex
imagecolorsforindex
獲取索引的顏色
imagecolorstotal
imagecolorstotal
找出圖像調色板中的顏色數
熱門文章
使用image_type_to_extension() 時忽略文件格式檢查的風險