System_ProcWatch_Parser::getParsedData()
System_ProcWatch_Parser::getParsedData() -- Get parsed data
概要
array &System_ProcWatch_Parser::getParsedData ([string $ps_args = 'aux' [, bool $refresh = FALSE]])
説明
This is the main method of this class. It fetches to output of ps, executed on the shell,
and returns the parsed data as an 2 dimensional indexed and associatve array.
パラメータ
- string
$ps_args
ps' arguments
- boolean
$refresh
whether to refresh our data
返り値
Returns array of processes parsed from ps' output.
例外・エラー
Throws no exception.
注意
この関数は、スタティックにコールする
ことはできません。