首页 > 作文

删除无限级目录与文件代码共享

更新时间:2023-04-07 03:58:39 阅读: 评论:0

<?

//删除目录

//本程序由wm_chief原创,如要转载,请注明作者与来源(http://www.phome.net)

classdel_path

{

functionwm_chief_delpath($del_path)

{

if(!file_exists($del_path))//目标目录不存在则建立

{echo”目录不存在”;returnfal;}

$hand=opendir($del_path);

$i=0;

while($file=readdir($hand))

{$i++;

if($i==1||$i==2)

{continue;}

if(!(strchr($file,”.”)))

{

$del_s_path=$del_path.”/”.$file;

$this->wm_chief_delpath($del_s_path);

}

el

{

$del_file=$del_path郊游作文.”/”.$file;

$this->wm_chief_f学业祝福语ile($del_file);

}

}

clodir($hand);

$this->wm_chief_path($del_path);

returntrue;

}

//删除文件

functionwm_chief_file($del_file)

{

unlink($del_file);

}

//删除目录

functionwm_chief_path($del_path)

{

rmdir($del_path);

}

}

$delpath=华东模范中学221;delpath”;//要删除的目录

$wm_chief=newdel_path();

$wm_chief_ok=$wm_chief->wm_chief_delpath听儿童睡前故事($delpath);

if($wm_chief_ok)

{

echo&梅花香自苦寒来作文#8221;删除完毕”;

}

本文发布于:2023-04-07 03:58:38,感谢您对本站的认可!

本文链接:https://www.wtabcd.cn/fanwen/zuowen/327dc96ab68eabcb786cbc920995d2ed.html

版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。

本文word下载地址:删除无限级目录与文件代码共享.doc

本文 PDF 下载地址:删除无限级目录与文件代码共享.pdf

标签:目录   不存在   请注明   如要
相关文章
留言与评论(共有 0 条评论)
   
验证码:
Copyright ©2019-2022 Comsenz Inc.Powered by © 专利检索| 网站地图