php man page for posix_setpgid

Query: posix_setpgid

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

POSIX_SETPGID(3)							 1							  POSIX_SETPGID(3)

posix_setpgid - Set process group id for job control

SYNOPSIS
bool posix_setpgid (int $pid, int $pgid)
DESCRIPTION
Let the process $pid join the process group $pgid.
PARAMETERS
o $pid - The process id. o $pgid - The process group id.
RETURN VALUES
Returns TRUE on success or FALSE on failure.
SEE ALSO
See 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(2) - mojave
setpgrp(2) - mojave
setpgid(2) - redhat
setpgid(3p) - centos
setpgid(3p) - v7
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Rules for Homework & Coursework Questions Forum
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch
Denial Of Service Attack Update