php 简单的缓存全站函数介绍
- function cache_page($refresh=20){
- ob_start();//开启缓冲区
- $hash=sha1($_SERVER[PHP_SELF].|G|.serialize($_GET).|P|.serialize($_POST)); //缓存文件名字
- $file=dirname(__FILE__)./cache/.$hash;//缓存文件路径
- if(!file_exists($file)) {//缓存文件不存在
- register_shutdown_function(cache_page_go,$file);
- }else{// 缓存文件存在
- if( (time()-filemtime($file))>$refresh ){//缓存超时
- register_shutdown_function(cache_page_go,$file);// 调用函数
- }
- else{//正常使用缓存文件
- $f=file_get_contents($file);// 取出缓存文件内容
- echo $f.缓存的哦;//输出缓存内容
- $output=ob_get_contents(); //取出缓冲区内容
- ob_get_clean(); //清空缓冲区
- echo $output; //输出
- exit();
- }
- }
- }
- function cache_page_go($file){
- $output=ob_get_contents();//获取缓冲区内容
- ob_get_clean(); //清空缓冲区
- file_put_contents($file,$output,LOCK_EX);//写入缓存文件
- echo $output.新建的哦;//输出缓存内容
- exit();
- }
- ?>
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

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article
R.E.P.O. Energy Crystals Explained and What They Do (Yellow Crystal)
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
R.E.P.O. Best Graphic Settings
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
Assassin's Creed Shadows: Seashell Riddle Solution
2 weeks agoByDDD
R.E.P.O. How to Fix Audio if You Can't Hear Anyone
4 weeks agoBy尊渡假赌尊渡假赌尊渡假赌
WWE 2K25: How To Unlock Everything In MyRise
1 months agoBy尊渡假赌尊渡假赌尊渡假赌

Hot Tools

SublimeText3 Linux new version
SublimeText3 Linux latest version

SAP NetWeaver Server Adapter for Eclipse
Integrate Eclipse with SAP NetWeaver application server.

VSCode Windows 64-bit Download
A free and powerful IDE editor launched by Microsoft

Dreamweaver Mac version
Visual web development tools

Atom editor mac version download
The most popular open source editor