System::rm
System::rm – remove files
Synopsis
require_once "System.php";
mixed System::rm (
string $args
)
Description
The rm command for removing files. Supports multiple files and dirs and also recursive deletes.
Parameter
-
string $args
- the arguments for rm
Return value
mixed
- TRUE for success
Note
This function can be called statically.