//定义编码
header( ‘content-type:text/html;charset=utf-8 ‘);
//atom
header(‘content-type: application/atom+xml’);
//css
header(‘content-type: text/css’);
//javascript
header(‘content-type: text/javascript’);
//jpeg image
header(‘content-type: image/jpeg’);
//json
header(‘content-type: application/json’);
//pdf
header(‘content-type: application/pdf’);
//rss
header(‘content-type: application/rss+xml; charset=iso-8859-1’);
//text (plain)
header(‘content-type: text/plain’);
//xml
header(‘content-type: text/xml’);
//200 ok
header(‘http/1.1 200 ok’);
//设置一个404头:
header(‘http/1.1 404 not found’);
//设置地址被永久的重定向
header(‘http/1.1 301 moved permanently’);
//转到一个新地址
header(‘location: http://www.example.org/’);
//文件延迟转向:
header(‘refresh: 10; url=http://www.example.org/’);
print ‘you will be redirected in 10 seconds’;
//当然,也可以使用html语法实现
////override x-powered-by: php:
header(‘x-powered-by: php/4.4.0’);
header(‘x-powered-by: brain/0.6b’);
//文档语言
header(‘content-language: en’);
//告诉浏览器最后一次修改时间
$time = time() – 60; // or filemtime($fn), etc
header(‘last-modified: ‘.gmdate(‘d, d m y h:i:s’, $time).’ gmt’);
//告诉浏览器文档内容没有发生改变
header(‘http/1.1 304 not modified’);
//设置内容长度
header(‘content-length: 1234’);
//设置为一个下载类型
header(‘content-type: application/octet-stream’);
header(‘content-disposition: attachment; filename=”example.zip”‘);
header(‘content-transfer-encoding: binary’);
//load the file to send:
readfile(‘example.zip’);
//对当前文档禁用缓存
header(‘cache-control: no-cache, no-store, max-age=0, must-revalidate’);
header(‘expires: mon, 26 jul 1997 05:00:00 gmt’); // date in the past
header(‘pragma: no-cache’);
//设置内容类型:
header(‘content-type: text/html; charset=iso-8859-1’);
header(‘content-type: text/html; charset=utf-8’);
header(‘content-type: text/plain’); //纯文本格式
header(‘content-type: image/jpeg’); //jpg***
header(‘content-type: application/zip’); // zip文件
header(‘content-type: application/pdf’); // pdf文件
header(‘content-type: audio/mpeg’); // 音频文件
header(‘content-type: application/x-shockw**e-flash’); //flash动画
//显示登陆对话框
header(‘http/1.1 401 unauthorized’);
header(‘www-authenticate: basic realm=”top secret”‘);
print ‘text that will be displayed if the user hits cancel or ‘;
print ‘enters wrong login data’;#附:http header 详解requests部分header解释示例accept指定客户端能够接收的内容类型accept: text/plain, text/htmlaccept-charset浏览器可以接受的字符编码集。accept-charset: iso-8859-5accept-encoding指定浏览器可以支持的web服务器返回内容压缩编码类型。accept-encoding: compress, gzipaccept-language浏览器可接受的语言accept-language: en,zhaccept-ranges可以请求网页实体的一个或者多个子范围字段accept-ranges: bytesauthorizationhttp授权的授权证书authorization: basic qwxhzgrpbjpvcgvuihnlc2ftzq==cache-control指定请求和响应遵循的缓存机制cache-control: no-cacheconnection表示是否需要持久连接。(http 1.1默认进行持久连接)connection: closecookiehttp请求发送时,会把保存在该请求域名下的所有cookie值一起发送给web服务器。cookie: $version=1; skin=new;content-length请求的内容长度content-length: 348content-type请求的与实体对应的mime信息content-type: application/x-www-form-urlencodeddate请求发送的日期和时间date: tue, 15 nov 2010 08:12:31 gmtexpect请求的特定的服务器行为expect: 100-continuefrom发出请求的用户的emailfrom: user@email.comhost指定请求的服务器的域名和端口号host: www.zcmhi.comif-match只有请求内容与实体相匹配才有效if-match: “737060cd8c284d8af7ad3082f209582d”if-modified-since如果请求的部分在指定时间之后被修改则请求成功,未被修改则返回304代码if-modified-since: sat, 29 oct 2010 19:43:31 gmtif-none-match如果内容未改变返回304代码,参数为服务器先前发送的etag,与服务器回应的etag比较判断是否改变if-none-match: “737060cd8c284d8af7ad3082f209582d”if-range如果实体未改变,服务器发送客户端丢失的部分,否则发送整个实体。参数也为etagif-range: “737060cd8c284d8af7ad3082f209582d”if-unmodified-since只在实体在指定时间之后未被修改才请求成功if-unmodified-since: sat, 29 oct 2010 19:43:31 gmtmax-forwards限制信息通过代理和网关传送的时间max-forwards: 10pragma用来包含实现特定的指令pragma: no-cacheproxy-authorization连接到代理的授权证书proxy-authorization: basic qwxhzgrpbjpvcgvuihnlc2ftzq==range只请求实体的一部分,指定范围range: bytes=500-999referer先前网页的地址,当前请求网页紧随其后,即来路referer: http://www.zcmhi.com/archives/71.htmlte客户端愿意接受的传输编码,并通知服务器接受接受尾加头信息te: trailers,deflate;q=0.5upgrade向服务器指定某种传输协议以便服务器进行转换(如果支持)upgrade: http/2.0, shttp/1.3, irc/6.9, rta/x11user-agentuser-agent的内容包含发出请求的用户信息user-agent: mozilla/5.0 (linux; x11)via通知中间网关或代理服务器地址,通信协议via: 1.0 fred, 1.1 nowhere.com (apache/1.1)warning关于消息实体的警告信息warn: 199 miscellaneous warning
responses 部分
header解释示例accept-ranges表明服务器是否支持指定范围请求及哪种类型的分段请求accept-ranges: bytesage从原始服务器到代理缓存形成的估算时间(以秒计,非负)age: 12allow对某网络资源的有效的请求行为,不允许则返回405allow: get, headcache-control告诉所有的缓存机制是否可以缓存及哪种类型cache-control: no-cachecontent-encodingweb服务器支持的返回内容压缩编码类型。content-encoding: gzipcontent-language响应体的语言content-language: en,zhcontent-length响应体的长度content-length: 348content-location请求资源可替代的备用的另一地址content-location: /index.htmcontent-md5返回资源的md5校验值content-md5: q2hly2sgsw50zwdyaxr5iq==content-range在整个返回体中本部分的字节位置content-range: bytes 21010-47021/47022content-type返回内容的mime类型content-type: text/html; charset=utf-8date原始服务器消息发出的时间date: tue, 15 nov 2010 08:12:31 gmtetag请求变量的实体标签的当前值etag: “737060cd8c284d8af7ad3082f209582d”expires响应过期的日期和时间expires: thu, 01 dec 2010 16:00:00 gmtlast-modified请求资源的最后修改时间last-modified: tue, 15 nov 2010 12:45:26 gmtlocation用来重定向接收方到非请求url的位置来完成请求或标识新的资源location: http://www.zcmhi.com/archives/94.htmlpragma包括实现特定的指令,它可应用到响应链上的任何接收方pragma: no-cacheproxy-authenticate它指出认证方案和可应用到代理的该url上的参数proxy-authenticate: basicrefresh应用于重定向或一个新的资源被创造,在5秒之后重定向(由网景提出,被大部分浏览器支持)
refresh: 5; url=
http://www.zcmhi.com/archives/94.html
retry-after如果实体暂时不可取,通知客户端在指定时间之后再次尝试retry-after: 120serverweb服务器软件名称server: apache/1.3.27 (unix) (red-hat/linux)set-cookie设置http cookieset-cookie: userid=johndoe; max-age=3600; version=1trailer指出头域在分块传输编码的尾部存在trailer: max-forwardstransfer-encoding文件传输编码transfer-encoding:chunkedvary告诉下游代理是使用缓存响应还是从原始服务器请求vary: *via告知代理客户端响应是通过哪里发送的via: 1.0 fred, 1.1 nowhere.com (apache/1.1)warning警告实体可能存在的问题warning: 199 miscellaneous warningwww-authenticate表明客户端请求实体应该使用的授权方案www-authenticate: basic
原文 http://blog.csdn.net/wyqwclsn/article/details/41082083
以上就介绍了php header函数设置http报文头示例详解,包括了方面的内容,希望对php教程有兴趣的朋友有所帮助。