System::rm

System::rm -- remove files

概要

require_once "System.php";

mixed System::rm (string $args)

説明

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

パラメータ

返り値

mixed - TRUE for success

注意

この関数は、スタティックにコールする ことができます。

参照

rm man page