Recursive File Search (PHP)

前端 未结 8 947
逝去的感伤
逝去的感伤 2020-11-29 07:57

I\'m trying to return the files in a specified directory using a recursive search. I successfully achieved this, however I want to add a few lines of code that will allow me

8条回答
  •  一生所求
    2020-11-29 08:35

    You might want to check out this page about using glob() for a similar search:

    http://www.electrictoolbox.com/php-glob-find-files/

提交回复
热议问题