主要用于对http协议头设置相关信息
设置浏览器显示编码(解决乱码)
header("Content-type:text/html;charset=utf-8");
示例:
设置跳转
header("location:url");