PHP實作的快取類別庫
<?php class Cache { private $dir; private $lifetime; private $cacheid; private $ext; function __construct($dir='',$lifetime=1800) { if ($this->dir_isvalid($dir)) { $this->dir = $dir; $this->lifetime = $lifetime; $this->ext = '.Php'; $this->cacheid = $this->getcacheid(); } } private function isvalid() { if (!file_exists($this->cacheid)) return false; if (!(@$mtime = filemtime($this->cacheid))) return false; if (mktime() - $mtime > $this->lifetime) return false; return true; }
這是一個PHP實作的快取類別庫,需要的朋友可以下載使用
免責聲明
本站所有資源皆由網友貢獻或各大下載網站轉載。請自行檢查軟體的完整性!本站所有資源僅供學習參考。請不要將它們用於商業目的。否則,一切後果都由您負責!如有侵權,請聯絡我們刪除。聯絡方式:admin@php.cn
相關文章

18Dec2024
從 PHP 中的其他類別存取 MySQLi 連線從 PHP 5.6 升級到 7.0 時,必須從 MySQL 過渡到 MySQLi。這...

21Jul2016
php錄入頁面中動態從資料庫中提取資料的實作。摘要:用php製作動態web頁面時,在提交伺服器之前,讓php根據使用者在目前頁面上輸入的某一欄位的值立即從資料庫中取出相關的其它欄位的值


熱工具

熱門文章
刺客信條陰影:貝殼謎語解決方案
28Mar2025手游攻略
Windows 11 KB5054979中的新功能以及如何解決更新問題
03Apr2025故障排查
在哪裡可以找到原子中的起重機控制鑰匙卡
28Mar2025手游攻略
<🎜>:死鐵路 - 如何完成所有挑戰
26Mar2025手游攻略
如何修復KB5055523無法在Windows 11中安裝?
10Apr2025故障排查