伪代码: $master_pid = file_get_contents(Worker::$pidFile); $master_pid > 0 && posix_kill($master_pid, SIGINT);
谢了,直接获取ppid就可以获取到
伪代码: $master_pid = file_get_contents(Worker::$pidFile);
$master_pid > 0 && posix_kill($master_pid, SIGINT);
谢了,直接获取ppid就可以获取到