System_ProcWatch_Parser::getProcInfo()

System_ProcWatch_Parser::getProcInfo() -- Get information about processes

概要

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

説明

Get information about processes matching the defined search.

パラメータ

string $pattern

PCRE to match for process

string $search

the ps field/column to search in

返り値

Returns array of processes matching the search.

例外・エラー

Throws no exception.

注意

この関数は、スタティックにコールする ことはできません。