发布网友 发布时间:2022-04-23 16:42
共5个回答
热心网友 时间:2022-05-01 22:32
它的意思是设置页面内容是html,编码格式是utf-8。
header()函数的作用是:发送一个原始 HTTP 标头[Http Header]到客户端。
标头 (header) 是服务器以 HTTP 协义传 HTML 资料到浏览器前所送出的字串,在标头与 HTML 文件之间尚需空一行分隔。在 PHP 中送回 HTML 资料前,需先传完所有的标头。
常用header汇总:
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动画
热心网友 时间:2022-05-01 23:50
还得本来应该指的是头部的意思,在这里写编程应当是属于开始吧,或者是提肛可以热心网友 时间:2022-05-02 01:24
有谁知道下面这段是什么编码的中文字符? 在php中怎么把他转换成utf8的中文header("Content-Type:text/html;charset=utf-8"); echo urldecode('%E5热心网友 时间:2022-05-02 03:16
不同的情况翻译会有所不同,我觉得在某种场合下可以翻译为领头羊。热心网友 时间:2022-05-02 05:24
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />