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

Return value

mixed - TRUE for success

Note

This function can be called statically.

See

rm man page