POSIX_SETPGID(3) 1 POSIX_SETPGID(3) posix_setpgid - Set process group id for job controlSYNOPSISbool posix_setpgid (int $pid, int $pgid)DESCRIPTIONLet the process $pid join the process group $pgid.PARAMETERSo $pid - The process id. o $pgid - The process group id.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOSee POSIX.1 and the setsid(2) manual page on the POSIX system for more informations on process groups and job control. . PHP Documentation Group POSIX_SETPGID(3)
| Related Man Pages |
|---|
| setpgid(3p) - centos |
| setpgid(3) - linux |
| setpgid(2) - hpux |
| setpgid(2) - sunos |
| setpgid(3p) - php |
| Similar Topics in the Unix Linux Community |
|---|
| Simple rules of the UNIX.COM forums: |
| User Guide: Posting in the Emergency Forum |
| Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1) |
| Please Welcome Ravinder Singh to the Moderation Team |