栏目分类:
子分类:
返回
名师互学网用户登录
快速导航关闭
当前搜索
当前分类
子分类
实用工具
热门搜索
名师互学网 > IT > 软件开发 > 后端开发 > PHP

php文件下载后缀名常用的文件类型

PHP 更新时间: 发布时间: IT归档 最新发布 模块sitemap 名妆网 法律咨询 聚返吧 英语巴士网 伯小乐 网商动力

php文件下载后缀名常用的文件类型


下载时的头部信息

$filename = "test.jpg";
header('Content-Type:image/gif'); //下载文件类型
header('Content-Disposition: attachment; filename="'.$filename.'"'); //下载文件的描述
header('Content-Length:'.filesize($filename)); //下载文件的大小


常用的下载文件类型:

    gif     image/gif
     jpg     image/jpeg
    png     image/png
    bmp     image/bmp

    pdf     application/pdf 

    psd     application/octet-stream
    ico     image/x-icon
    rar     application/octet-stream

     doc     application/msword
     xls     application/vnd.ms-excel
     ppt     application/vnd.ms-powerpoint
     chm     application/octet-stream
     sql     application/octet-stream
     log     text/plain
     dat     application/octet-stream
     ini     application/octet-stream
     php     application/octet-stream   

     zip     application/zip
    7z     application/octet-stream
     mp3     audio/mpeg
     wav     audio/wav
     lrc     application/octet-stream
     txt     text/plain
     html     text/html
     htm     text/html

     exe     application/octet-stream
     avi     video/avi
     rmvb     application/vnd.rn-realmedia-vbr
     3gp     application/octet-stream
     flv     application/octet-stream

     ttf     application/octet-stream
     js     application/x-javascript
     xml     text/xml

转载请注明:文章转载自 www.mshxw.com
本文地址:https://www.mshxw.com/it/2513.html
我们一直用心在做
关于我们 文章归档 网站地图 联系我们

版权所有 (c)2021-2022 MSHXW.COM

ICP备案号:晋ICP备2021003244-6号