使用PHP遍历文件夹与子目录的函数代码

2019-04-08 22:46:19王旭

}
else{
$tree[] = $single;
}
}
return $tree;
}
print_r(get_filetree($path));

相关文章 大家在看