System_ProcWatch_Parser::getParsedData()

System_ProcWatch_Parser::getParsedData() -- Get parsed data

Synopsis

array &System_ProcWatch_Parser::getParsedData ([chaîne de caractères $ps_args = 'aux' [, booléen $refresh = FALSE]])

Description

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.

Paramètres

chaîne de caractères $ps_args

ps' arguments

booléen $refresh

whether to refresh our data

Valeur retournée

Returns array of processes parsed from ps' output.

Valeurs renvoyées

Aucune exception n'est lancée.

Note

Cette fonction ne peut pas être appelée de façon statique.