基础:
需要两个扩展
pcntl
shmop
如何查看php有哪些扩展
php -m |sort
pcntl_fork 创建新进程 pcntl_waitpid 等待或返回fork的子进程状态 posix_getpid 返回当前进程 id posix_getppid 取得父进程 id