
//设置页面编码
header("Content-type:/text/htmlcharset=utf-8")
//页面重定向跳转示例
header("location:index.php")
header(string,replace,http_response_code)string必需。规定要发送的报头字符串。
replace可选。指示该报头是否替换之前的报头,或添加第二个报头。
默认是 true(替换)。false(允许相同类型的多个报头)。
http_response_code可选。把 HTTP 响应代码强制为指定的值。(PHP 4 以及更高版本可用)
header("Content-type:text/htmlcharset=utf-8")
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)