网站地图    收藏   

主页 > php专栏 > php函数大全 >

PHP不缓存数据头 - php函数

来源:自学PHP网    时间:2014-11-25 00:27 作者: 阅读:

[导读] PHP不缓存数据头functionnocache_headers(){ whyarethese@-silencedwhenotherheadercallsaren 39;t? @header( 39;Expires:Wed,11Jan1...

PHP不缓存数据头

PHP不缓存数据头
  1. function nocache_headers() {   
  2.     // why are these @-silenced when other header calls aren't?   
  3.     @header( 'Expires: Wed, 11 Jan 1984 05:00:00 GMT' );   
  4.     @header( 'Last-Modified: ' . gmdate'D, d M Y H:i:s' ) . ' GMT' );   
  5.     @header( 'Cache-Control: no-cache, must-revalidate, max-age=0' );   
  6.     @header( 'Pragma: no-cache' );   

自学PHP网专注网站建设学习,PHP程序学习,平面设计学习,以及操作系统学习

京ICP备14009008号-1@版权所有www.zixuephp.com

网站声明:本站所有视频,教程都由网友上传,站长收集和分享给大家学习使用,如由牵扯版权问题请联系站长邮箱904561283@qq.com

添加评论