bool posix_setpgid ( int $pid , int $pgid )
Let the process pid join the process group pgid.
Returns TRUE on success or FALSE on failure.