(PHP 4, PHP 5, PHP 7, PHP 8)
rewinddir — Rewind directory handle
$dir_handle
= ?
) : void
Resets the directory stream indicated by
dir_handle
to the beginning of the
directory.
Returns null
on success or false
on failure.