Streams Dir API Reference
- Table of Contents
- php_stream_opendir -- Open a directory for file enumeration
- php_stream_readdir -- Fetch the next directory entry from an opened dir
- php_stream_rewinddir -- Rewind a directory stream to the first entry
- php_stream_closedir -- Close a directory stream and release resources
The functions listed in this section work on local files, as well as remote files (provided that the wrapper supports this functionality!).