Scriptindex.de

[ Menü ]

Home
News
Scripts
Neuzugänge
Suchen
Bücher
Manuals

[ Inhalt ]

Script eintragen
Tutorial eintragen
Newsletter
Umfragen
Link zu uns
Werbung bei uns
Kontakt
Impressum

[ Statistik ]

Hits gesamt: 5202185
Hits Heute: 288
max. Hits (10.07.07): 6964
User Online: 42
Scripts: 2828

[ Partner ]

CodeBase
I.S.U.M.
LUG Bayreuth
PEAR NEWS
PHP Classes

[ Facebook ]

[ Eigene Domain? ]

[ Buchtipp ]

MySQL - Das offizielle Handbuch
MySQL - Das offizielle Handbuch

Manuals > PEAR > System_ProcWatch_Parser::getParsedData

System_ProcWatch_Parser::getParsedData()

System_ProcWatch_Parser::getParsedData() -- Get parsed data

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.

Parameter

string $ps_args

ps' arguments

boolean $refresh

whether to refresh our data

Return value

Returns array of processes parsed from ps' output.

Throws

Throws no exception.

Note

This function can not be called statically.


Copyright 1998 - 2009 by I.S.U.M.