标签:nbsp nts 用法 csp 系统 文件 指定 发展 images
打开一个目录,读取它的内容,然后关闭:
结果:
readdir() 函数返回目录中下一个文件的文件名。
参数 | 描述 |
---|---|
dir_handle | 可选。指定之前由 opendir() 打开的目录句柄资源。如果该参数未指定,则使用最后一个由 opendir() 打开的链接。 |
返回值: | 成功则返回文件名,失败则返回 FALSE。 |
---|---|
PHP 版本: | 4.0+ |
标签:nbsp nts 用法 csp 系统 文件 指定 发展 images
原文地址:https://www.cnblogs.com/furuihua/p/11653312.html