php文件缓存类 Published on 2018-08-30 <?phpclass Cache{ private $basePth; function Cache($basePth = 'cache') { $this->basePth = $basePth; } function setCache($key, $con) { $path = $this... 阅读详情 本文由 刘抱 创作, 本站文章除注明转载/出处外,均为本站原创或翻译,转载前请务必署名最后编辑时间为: 2021-04-28 09:39:56