PHP头条
热点:

反缓存头部信息-PHP源码


[PHP]代码

header('Expires: 0');
header('Last-Modified: '. gmdate('D, d M Y H:i:s') . ' GMT');
header('Cache-Control: no-store, no-cahe, must-revalidate');
//ie专用
header('Cache-Control: post-chedk=0, pre-check=0', false);
//for HTTP/1.0
header('Pragma: no-cache');

www.phpzy.comtrue/phpyy/43515.htmlTechArticle反缓存头部信息-PHP源码 [PHP]代码 header(Expires: 0);header(Last-Modified: . gmdate(D, d M Y H:i:s) . GMT);header(Cache-Control: no-store, no-cahe, must-revalidate);//ie专用header(Cache-Control: post-chedk=0, pre-check=0, false)...

相关文章

PHP之友评论

今天推荐