目录一、使用dir()函数遍历目录二、使用opendir()、readdir()函数遍历目录三、使用glob()函数遍历目录四、使用php scandir函数遍历目录和所有文件五、测试以上四种方法的性能并分析结果 p