PHP Directory Functions
Posted by admin | Posted in PHP Tutorial | Posted on 10-08-2010-05-2008
0
| Function | Description | PHP Version |
| chdir() | Changes the current directory | 3 |
| chroot() | Changes the root directory of the current process | 4 |
| dir() | Opens a directory handle and returns an object | 3 |
| closedir() | Closes a directory handle | 3 |
| getcwd() | Returns the current directory | 4 |
| opendir() | Opens a directory handle | 3 |
| readdir() | Returns an entry from a directory handle | 3 |
| rewinddir() | Resets a directory handle | 3 |
| scandir() | Lists files and directories inside a specified path | 5 |
