类名: Imi\Util\Swoole
Imi\Util\Swoole
Swoole 环境下的一些工具类。
获取master进程pid
echo Swoole::getMasterPID();
获取manager进程pid
echo Swoole::getManagerPID();