|
|
PHP directry functions
| Functions | Description |
| dirname | Name of the directory from a sting input |
| is_dir | Checking if input string is directory Name or not |
| scandir | List of All files and directories present inside a directory |
| getcwd | Get Current working directory details |
| chdir | Change the current directry to new directory |
| chroot | Change to root directry from current directory |
|
| |
| |
|
|
|
|
|