posix_setpgid

 bool posix_setpgid ( int $pid , int $pgid ) 

説明

Let the process pid join the process group pgid.

戻り値

Returns TRUE on success or FALSE on failure.