点击这里给我发消息 点击这里给我发消息

简单实用的php缓存函数

添加时间:2013-12-6
    相关阅读: 模板
 

/**

* @说明: 文件缓存输出

* @参数: $cachefile => cache文件(绝对路径)

* @参数: $pertime => 缓存输出的间隔时间

* @参数: $sql => sql语句

* @参数: $templatefile => 模板文件名称(绝对路径)

**/

function __cache($cachefile,$pertime,$sql,$templatefile) {
global $db;
if(time() - @filemtime($cachefile) >= $pertime) {
 $query = $db->query($sql);
 while($r=$db->fetch($query)) {
  $cachelist[] = $r;
 }
 include $templatefile.'.php';
 $cacheserialize = serialize($cachelist);
 file_put_contents($cachefile,$cacheserialize);
}else{
 $cachelist = unserialize(file_get_contents($cachefile));
 include $templatefile.'.php';
}
}

 

咨询热线:020-85648757 85648755 85648616 0755-27912581 客服:020-85648756 0755-27912581 业务传真:020-32579052
广州市网景网络科技有限公司 Copyright◎2003-2008 Veelink.com. All Rights Reserved.
广州商务地址:广东省广州市黄埔大道中203号(海景园区)海景花园C栋501室
= 深圳商务地址:深圳市宝源路华丰宝源大厦606
研发中心:广东广州市天河软件园海景园区 粤ICP备05103322号 工商注册