System_ProcWatch_Parser::getParsedData

System_ProcWatch_Parser::getParsedData() – パース済みのデータを取得する

Synopsis

array &System_ProcWatch_Parser::getParsedData ( string $ps_args = 'aux' , bool $refresh = = false )

Description

このクラスの中心となるメソッドです。シェル上で実行した ps の結果を取得し、パースした結果を二次元の数値添字配列あるいは連想配列で返します。

Parameter

string $ps_args

ps の引数。

boolean $refresh

データをリフレッシュするかどうか。

Return value

ps の出力をパースした結果を配列で返します。

Throws

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

Note

This function can not be called statically.