public static function shutdownServ() { if (empty(self::$serv)) { return; } swoole_server_shutdown(self::$serv); }
function shutdown() { swoole_server_shutdown($this->sw); }