我有一個文件夾,裏面有一些文件和子文件夾。我需要返回具有給定擴展名的文件名或相對地址(如果文件在子文件夾中),例如.html
。在目錄樹中查找給定擴展名的文件
例如,這是給定文件夾的結構:
- /text/something.ncx
- /text/123.html
- content.opf
- toc.ncx
- Flow_0 .html
- Flow_1.html
- Flow_2.html
因此,代碼(理想情況下以陣列)返回此:
- 文本/ 123.html
- Flow_0.html
- Flow_1.html
- Flow_2.html
這只是拔出.html
擴展名,但我真的不怎麼解決這個問題。
可能的重複:http://stackoverflow.com/questions/3062154/php-list-of-specific-files-in-a-directory – 2012-11-27 23:05:54
可能的重複:http://stackoverflow.com/questions/3226519/use -php-scandirdir-and-get-only-images – 2012-11-27 23:06:37