
The directory functions allow you to retrieve information about directories
and their contents.
Installation
The PHP directory functions are part of the PHP core. No installation is required to use these functions.
PHP 5 Directory Functions
Function
Description
chdir()
Changes the current directory
chroot()
Changes the root directory
closedir()
...