|
posix_getpgidGet process group id for job control Description
intfalse posix_getpgid(int
$process_id)
Returns the process group identifier of the process
Parameters
Return ValuesReturns the identifier, as an int. Examples
Example #1 Example use of posix_getpgid Notes
See Also
|