PHP:列出目录中的项目
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了PHP:列出目录中的项目相关的知识,希望对你有一定的参考价值。
See the contents within a directory and print them out.
$dir = "."; echo "filename: {$filename}<br />" ; } //rewinddir($dir_handle) to start over } } echo "<hr />"; foreach( $dir_array as $file ){ echo "filename: {$file}<br />"; } } }
以上是关于PHP:列出目录中的项目的主要内容,如果未能解决你的问题,请参考以下文章