7万
861
32万
论坛元老
<? require_once('../libs/cache/Lite.php'); $id='1'; $options = array( 'cacheDir' => '../cache/test/', 'lifeTime' => 60 ); $cache=new Cache_Lite($options); if($data=$cache->get($id)){ echo $data; }else{ $data=time(); $cache->save($data); echo $data; } ?>
使用道具 举报
5
2万
69
注册会员
0
115
2
381
中级会员
16
174
1
362
27
331
120
194
12
431
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|小黑屋|网站地图|源码论坛 ( 海外版 )
GMT+8, 2024-11-24 12:50 , Processed in 0.106420 second(s), 24 queries .
Powered by Discuz! X3.4
Copyright © 2001-2020, Tencent Cloud.