文件缓存的php类库.zip
<?php
class CacheLayer{
protected $root = "";
protected $cache = "";
protected $key = "";
protected $life = 0;
public function __construct($key, $root = "/cachelayer"){
$this->root = $_SERVER["DOCUMENT_ROOT"].$root;
$this->key = $key;
}
public function expired($lif
文件列表
文件缓存的php类库.zip
(预估有个3文件)
文件缓存的php类库
php中文网下载站.url
114B
code.php
1KB
php中文网免费下载站.txt
219B
暂无评论