Introduction | System::mkDir |
System | |
PEAR Manual | |
require_once "System.php"; |
mixed System::rm (
string $args
)
The rm command for removing files. Supports multiple files and dirs and also recursive deletes.
string $args - the arguments for rm
mixed - TRUE for success
This function can be called statically.
Introduction | System::mkDir |
System | |
PEAR Manual | |