Complete PHP Directory Reference
The readdir() function returns an entry from a directory handle opened by opendir().
This function returns a filename on success and FALSE on failure.
| Parameter | Description |
|---|---|
| dir_stream | Required. Specifies the directory handle to use |
The output of the code above could be:
Complete PHP Directory Reference
Your message has been sent to W3Schools.