PHP Directory Functions
by Dinesh[ Edit ] 2012-08-28 10:04:19
PHP Directory Functions
chdir() Changes the current directory
chroot() Changes the root directory of the current process
dir() Opens a directory handle and returns an object
closedir() Closes a directory handle
getcwd() Returns the current directory
opendir() Opens a directory handle
readdir() Returns an entry from a directory handle
rewinddir() Resets a directory handle
scandir() Lists files and directories inside a specified path