Swoole

优质
小牛编辑
138浏览
2023-12-01

类名: Imi\Util\Swoole

Swoole 环境下的一些工具类。

方法

getMasterPID

获取master进程pid

echo Swoole::getMasterPID();

getManagerPID

获取manager进程pid

echo Swoole::getManagerPID();