System::rm

System::rm -- remove files

Synopsis

require_once "System.php";

mixed System::rm (string $args)

Beschreibung

The rm command for removing files. Supports multiple files and dirs and also recursive deletes.

Parameter

Rückgabewert

mixed - TRUE for success

Hinweise

Diese Methode kann statisch aufgerufen werden.

Siehe auch

rm man page