System_ProcWatch_Parser::getProcInfo

System_ProcWatch_Parser::getProcInfo() – Récupère les informations à propos des processus

Synopsis

array System_ProcWatch_Parser::getProcInfo ( string $pattern , string $search )

Description

Récupère les informations à propos des processus suivant la recherche demandée.

Parameter

string $pattern

PCRE à identifier dans les processus

string $search

Les champs/colonnes à trouver dans ps.

Return value

Retourne le array des processus correspondant à la recherche.

Throws

No exceptions thrown.

Note

This function can not be called statically.