TypechoJoeTheme

Dcr163的博客

统计

PHP递归删除目录

2016-03-15
/
0 评论
/
991 阅读
/
正在检测是否收录...
03/15

<?php

function delDir($path){

if(!is_dir($path)){

return null;

}


$hf=opendir($path);

while(($fileName=readdir($hf))!==false){

if($fileName=='.'|| $fileName=='..'){

continue;

}


if(!is_dir($path.'/'.$fileName)){

unlink($path.'/'.$fileName);

}else{

delDir($path.'/'.$fileName);

}


}

closedir($hf);

echo $path.'被删了
';

return rmdir($path);


}


echo delDir('./aa')?'ok':'no';



?>


朗读
赞(0)
版权属于:

Dcr163的博客

本文链接:

http://dcr163.cn/77.html(转载时请注明本文出处及文章链接)

评论 (0)

人生倒计时

今日已经过去小时
这周已经过去
本月已经过去
今年已经过去个月

最新回复

  1. faster indexing
    2025-03-05
  2. slot mpo terbaru
    2025-02-08
  3. Sherry Stockdill
    2025-01-28
  4. slot demo
    2025-01-13
  5. 陌天
    2025-01-09

标签云