Find all .php files in folder recursively

前端 未结 4 2099
感动是毒
感动是毒 2020-12-14 13:10

Using PHP, how can I find all .php files in a folder or its subfolders (of any depth)?

4条回答
  •  不思量自难忘°
    2020-12-14 13:47

    Very late. But I think this will be useful for those that landed here after a search.

    I modified the code a bit created by supajason Because the code provided did not return a consistent result: Mainly due to the nomenclature used.

    I also added some functionality.

    Hope it is useful!

    
    

提交回复
热议问题