首页 > 技术文章 > thinkphp5 去除缓存

F4natasy 2018-10-08 17:52 原文

array_map('unlink', glob(TEMP_PATH . '/*.php'));
rmdir(TEMP_PATH);

推荐阅读