Iterate through all files in a directory
php
php 2021-10-09 00:59:41
0
4
744

How to traverse all files in a directory?

Get their file names.

Requires compatibility with Win and Linux systems

php
php

reply all(2)
A _ Q _i_

You need to write a recursive function, and then you can get it done

逆旅行人

Use dirname(__FILE__) to get the upper-level directory of the current file, and then scandir()

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!