$dir = DT_ROOT.'/file/yx/520';
$arr = scandir($dir);
$php = count(preg_grep("/\.png$/", $arr));
var_dump($php);
PHP统计文件夹中的图片数量
最新推荐文章于 2023-05-25 14:31:37 发布
$dir = DT_ROOT.'/file/yx/520';
$arr = scandir($dir);
$php = count(preg_grep("/\.png$/", $arr));
var_dump($php);