pcntl 模块(非 Unix 类系统不支持此模块)一个 PHP 多进程简单例子大概是这个样子: 5 个子进程处理任务for ($i = 0; $i < 5; $i++) {$pid = pcntl_fork();if (