Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17395 программистов и 1872 робота. Сейчас ищут 1769 программистов ...
System_ProcWatch_Parser::fetch
Вернуться к: Parser Information
System_ProcWatch_Parser::fetch
System_ProcWatch_Parser::fetch() – Fetch ps' data
Synopsis
string System_ProcWatch_Parser::fetch ( string $ps_args = '' )
Fetches the output of ps, executed on the shell.
Parameter
- string $ps_args
-
ps' arguments
Return value
Returns string ps' output.
Throws
Throws no exception.
Note
This function can not be called statically.
Вернуться к: Parser Information