php清除缓存文件

2025-05-24 07:25:41

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清除缓存文件
声明:本网站引用、摘录或转载内容仅供网站访问者交流或参考,不代表本站立场,如存在版权或非法内容,请联系站长删除,联系邮箱:site.kefu@qq.com。
猜你喜欢