请输入您要查询的百科知识:

 

词条 image_type_to_mime_type
释义

功 能

image_type_to_mime_type 是PHP函数,用于取得getimagesize,exif_read_data,exif_thumbnail,exif_imagetype 所返回的图像类型的 MIME 类型。

语 法

string image_type_to_mime_type ( int $imagetype )

说 明

image_type_to_mime_type() 函数可以判断一个 IMAGETYPE 常量的 MIME 类型。

返回值

返回值常量

图像类型(imagetype
 返回值

IMAGETYPE_GIF image/gif

IMAGETYPE_JPEG image/jpeg

IMAGETYPE_PNG image/png

IMAGETYPE_SWF application/x-shockwave-flash

IMAGETYPE_PSD image/psd

IMAGETYPE_BMP image/bmp

IMAGETYPE_TIFF_II (intel byte order) image/tiff

IMAGETYPE_TIFF_MM (motorola byte order)  image/tiff

IMAGETYPE_JPC application/octet-stream

IMAGETYPE_JP2 image/jp2

IMAGETYPE_JPX application/octet-stream

IMAGETYPE_JB2 application/octet-stream

IMAGETYPE_SWC application/x-shockwave-flash

IMAGETYPE_IFF image/iff

IMAGETYPE_WBMP image/vnd.wap.wbmp

IMAGETYPE_XBM image/xbm

注 意

本函数不需要 GD 库。

随便看

 

百科全书收录4421916条中文百科知识,基本涵盖了大多数领域的百科知识,是一部内容开放、自由的电子版百科全书。

 

Copyright © 2004-2023 Cnenc.net All Rights Reserved
更新时间:2024/12/23 17:18:37