php清除缓存文件

时间:2024-10-26 05:29:51

1、<?phpheader("Content-type: text/html; charset=utf-8");function clearCache($dir){ $熠硒勘唏file = scandir($dir); foreach($file as $v){ if($v == 'clear.php'){continue;} if(@unlink($v)){ echo "成功删除文件:".$v.'<br />'; } else { echo "删除缓存文件失败:".$v.'<br />'; } }}clearCache(dirname(__FILE__));如图:

php清除缓存文件
© 手抄报圈