PHPphp缓存类
作者:路过的指针 / 发布于2013/9/2/ 1384
php缓存类 $oFC = new FileCache(); $sKey = 'ab_123'; $data = $oFC -> get($sKey); if (is_null($data)) $oFC -> set($sKey, array('name' => 'ttt', 'datetime' => date('Y-m-d H:i:s')), 100000); print_r($data);
Copyright © 2004 - 2024 dezai.cn. All Rights Reserved 站长博客 粤ICP备13059550号-3