(PHP 4, PHP 5, PHP 7, PHP 8)
posix_setpgid — Set process group id for job control
Let the process process_id join the process group
process_group_id.
process_idThe process id.
process_group_idThe process group id.
| 版本 | 说明 |
|---|---|
| 8.5.0 |
Now throws a ValueError when
process_id or process_group_id
is lower than zero or greater than what the platform supports.
|