使用php将某个目录下面的所有文件罗列出来的方法详解_php技巧
直接给源代码了: 复制代码代码如下:$current_dir = 'E:/temp/';$dir = opendir($current_dir);echo "direcotry list:";while(false !== ($fil...
直接给源代码了: 复制代码代码如下:$current_dir = 'E:/temp/';$dir = opendir($current_dir);echo "direcotry list:";while(false !== ($fil...