Server::$worker_pid

最后更新于:2022-04-02 06:21:18

# Server::$worker\_pid 得到当前`Worker`进程的操作系统进程`ID`。与`posix_getpid()`的返回值相同。 ~~~ int $serv->worker_pid; ~~~
';