美文网首页我爱编程
PHP 常用header汇总

PHP 常用header汇总

作者: Hsinlung | 来源:发表于2018-08-09 16:39 被阅读24次
header('Content-Type: text/html; charset=utf-8'); //网页编码

header('Content-Type: text/plain'); //纯文本格式

header('Content-Type: image/jpeg'); //JPG、JPEG

header('Content-Type: application/zip'); // ZIP文件

header('Content-Type: application/pdf'); // PDF文件

header('Content-Type: audio/mpeg'); // 音频文件

header('Content-type: text/css'); //css文件

header('Content-type: text/javascript'); //js文件

header('Content-type: application/json'); //json

header('Content-type: application/pdf'); //pdf

header('Content-type: text/xml'); //xml

header('Content-Type: application/x-shockw**e-flash'); //Flash动画

相关文章

网友评论

    本文标题:PHP 常用header汇总

    本文链接:https://www.haomeiwen.com/subject/jodcbftx.html