再点一次Active的名,我把你的函数功能扩充了一下,嘻嘻,现在能_PHP
程序员文章站
2022-05-27 09:35:35
...
把你的函数改写成递归函数,现在这个函数可以列出某指定目录内的所有文件及子目录内的文件啦。
function listdir($path)
{
chdir($path);
$d = dir($path);
$d->path."
\n";
print "
}
$listpath="c:";
echo $listpath;
listdir($listpath);
?>
function listdir($path)
{
chdir($path);
$d = dir($path);
$d->path."
\n";
print "
- ";
- ";
$name=is_dir($entry)?("".$entry):("".$entry);
print $name." --- ".date("Y/m/d h:i:s",$last);
if (is_dir($path."/".$entry)){
listdir($path."/".$entry);
}
}
}
$d->close();
print "
while($entry=$d->read()){
if ($entry"." and $entry".." ){
$last=filemtime($entry);
print "
}
$listpath="c:";
echo $listpath;
listdir($listpath);
?>
上一篇: 1.css的语法标准_html/css_WEB-ITnose
下一篇: MySQL v5.6版本安装