XXIII. Directory Functions
Predefined Constants
The constants below are defined by this extension, and will only be available when the extension has either been compiled into PHP or dynamically loaded at runtime.
Note: The PATH_SEPARATOR was introduced with PHP 4.3.0-RC2.
See Also
For related functions such as dirname(), is_dir(), mkdir(), and rmdir(), see the Filesystem section.
Table of Contents
chdir -- Change directorychroot -- Change the root directorydir -- directory classclosedir -- close directory handlegetcwd -- gets the current working directoryopendir -- open directory handlereaddir -- read entry from directory handlerewinddir -- rewind directory handlescandir -- List files and directories inside the specified path



