Directory::rewind

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

Directory::rewindディレクトリハンドルを元に戻す

説明

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

rewinddir() と同じですが、 dir_handle のデフォルトが $this->handle になります。

add a note add a note

User Contributed Notes

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