Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 17369 программистов и 1870 роботов. Сейчас ищут 1718 программистов ...
System_ProcWatch_Parser::getProcByPid
Вернуться к: Parser Information
System_ProcWatch_Parser::getProcByPid
System_ProcWatch_Parser::getProcByPid() – Get info about a process by its PID
Synopsis
array System_ProcWatch_Parser::getProcByPid ( int $pid )
Get information about a process by its PID.
Parameter
- integer $pid
-
the PID of the process
Return value
Returns array with information about the process with the supplied PID.
Throws
Throws no exception.
Note
This function can not be called statically.
Вернуться к: Parser Information