Directory::rewind

(PHP 4, PHP 5, PHP 7, PHP 8)

Directory::rewind倒回目录句柄

说明

public Directory::rewind(resource $dir_handle = ?): void

rewinddir() 函数功能一样, 只是 dir_handle 默认为 $this 变量。

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top