Files
in package
This class provides access to the internal filesystem abstraction layer. Use this class exclusively if you want to access files
Tags
Table of Contents
Methods
- rmdirr() : bool
- Recursive deletion of folders
Methods
rmdirr()
Recursive deletion of folders
public
static rmdirr(string $dir[, bool $deleteSelf = true ]) : bool
Parameters
- $dir : string
-
path to the folder
- $deleteSelf : bool = true
-
if set to false only the content of the folder will be deleted