<?php posix_setpgid(int $process_id, int $process_group_id): bool
<?php $content = str_repeat('123456', 1000000); $result = 1; posix_setpgid(0, 0); for ($i = 1; $i <= 20; $i++) { $pid = pcntl_fork();