最多点赞

随便看看

标签TAG

其子
0
评论
1193
浏览

php递归扫描文件夹及其子文件夹下的文件名

```php function my_scandir($dir) { //定义一个数组 $files = array(); ...