Directory 类
(PHP 4, PHP 5, PHP 7)
类摘要
属性
- path
-
被打开目录的地址
- handle
-
目录句柄。可以被其他的目录操作函数使用,例如 readdir(), rewinddir() and closedir()。
Table of Contents
- Directory::close — 释放目录句柄
- Directory::read — 从目录句柄中读取条目
- Directory::rewind — 倒回目录句柄
(PHP 4, PHP 5, PHP 7)
被打开目录的地址
目录句柄。可以被其他的目录操作函数使用,例如 readdir(), rewinddir() and closedir()。