首页 > PHP获取指定目录下所有文件名称

PHP获取指定目录下所有文件名称

更新:

<?php

$dir="./html/";

$file=scandir($dir);

print_r($file);

文章目录
顶部