The PHP code to create a page cache (cache) is as follows
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Cache-Control: no- cache, must-revalidate");
header("Pragma: no-cache");
?>
http://www.bkjia.com/PHPjc/486071.htmlwww.bkjia.comtruehttp: //www.bkjia.com/PHPjc/486071.htmlTechArticleThe code for PHP to create a page cache (cache) is as follows?php header("Expires: Mon, 26 Jul 1997 05:00 :00 GMT"); header("Cache-Control: no-cache, must-revalidate"); header("Pragma: no-cache"); ?...
Statement:The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn