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