System_ProcWatch_Parser::fetch

System_ProcWatch_Parser::fetch() – ps のデータを取得する

Synopsis

string System_ProcWatch_Parser::fetch ( string $ps_args = '' )

Description

シェル上で実行した ps の結果を取得します。

Parameter

string $ps_args

ps の引数

Return value

ps の出力を文字列で返します。

Throws

例外はスローされません。

Note

This function can not be called statically.