久久r热视频,国产午夜精品一区二区三区视频,亚洲精品自拍偷拍,欧美日韩精品二区

您的位置:首頁技術(shù)文章
文章詳情頁

簡(jiǎn)單實(shí)用的php緩存函數(shù)

瀏覽:43日期:2024-02-25 15:17:22
/*** @說明: 文件緩存輸出* @參數(shù): $cachefile => cache文件(絕對(duì)路徑)* @參數(shù): $pertime => 緩存輸出的間隔時(shí)間* @參數(shù): $sql => sql語句* @參數(shù): $templatefile => 模板文件名稱(絕對(duì)路徑)**/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';}}
標(biāo)簽: PHP
主站蜘蛛池模板: 界首市| 巧家县| 六枝特区| 武功县| 沈丘县| 咸宁市| 牟定县| 陆河县| 卫辉市| 沭阳县| 清苑县| 泾阳县| 寻甸| 通海县| 武陟县| 崇阳县| 顺平县| 农安县| 聂拉木县| 溆浦县| 黔南| 常州市| 宜川县| 宣武区| 大冶市| 府谷县| 澄江县| 华蓥市| 海晏县| 米脂县| 上林县| 万山特区| 镇远县| 大荔县| 荆门市| 四子王旗| 榆社县| 教育| 神木县| 汪清县| 福海县|