问题描述 umask(0); for ($i = 1; $i <= $processNum; $i++) { $pid = pcntl_fork(); if ($pid > 0) { // 在父进程中 cli_set_process_title($className); p...