首页
PHP
Tags
php教程
最新文章列表
简体中文
English
简体中文
中文(繁體)
日本語
한국어
Français
Deutsch
မြန်မာဘာသာ
当前位置:
首页
>
函数类别大全
>
image_type_to_mime_type
image_type_to_mime_type
获取getimagesize,exif_read_data,exif_thumbnail,exif_imagetype返回的图像类型的Mime-Type
名称:
image_type_to_mime_type
分类:
图像处理GD
所属语言:
php
一句话介绍:
获取getimagesize,exif_read_data,exif_thumbnail,exif_imagetype返回的图像类型的Mime-Type
相关内容
为什么 image_type_to_mime_type 不能识别 BMP 格式?
5
image_type_to_mime_type 和 exif_imagetype 联合使用示例
10
同类函数
imagearc
imagearc
绘制弧形
imagerotate
imagerotate
以给定角度旋转图像
imagecolorallocatealpha
imagecolorallocatealpha
为图像分配颜色
imagesy
imagesy
获取图像高度
imagecreatefromxpm
imagecreatefromxpm
从文件或URL创建新图像
imagecolorsforindex
imagecolorsforindex
获取索引的颜色
imageflip
imageflip
使用给定模式翻转图像
imagecreatefrombmp
imagecreatefrombmp
从文件或URL创建新图像
热门文章
image_type_to_mime_type 和 exif_imagetype 联合使用示例
为什么 image_type_to_mime_type 不能识别 BMP 格式?