System::rm

System::rm – ファイルを削除する

Synopsis

require_once "System.php";

mixed System::rm ( string $args )

Description

ファイルを削除するための rm コマンドです。 複数のファイルやディレクトリの削除、再帰的な削除もサポートしています。

Parameter

  • string $args - rm に渡す引数。

Return value

mixed - 成功した場合に TRUE を返します。

Note

This function can be called statically.

一般的な使用法 (Previous) ディレクトリを作成する (Next)
Last updated: Sun, 29 Aug 2010 — Download Documentation
Do you think that something on this page is wrong? Please file a bug report or add a note.
View this page in:

User Notes:

There are no user contributed notes for this page.