PHP streamWrapper::dir_rewinddir() 方法回滚目录句柄。调用此方法是为了响应 rewinddir() 函数。
此方法重置 <生成的输出a href="/php/notes/php-streamwrapper-dir-readdir.php">streamWrapper::dir_readdir()。这意味着下一次调用 streamWrapper::dir_readdir() 将返回 streamWrapper::dir_opendir()。
语法
public streamWrapper::dir_rewinddir()
参数
不需要参数。
返回值
返回 true成功时为 false,失败时为 false。