Events::onClose use \GatewayWorker\Lib\Gateway;class Events /** * 当用户断开连接时触发的方法 * @param integer $client_id 断开连接的客户端client_id * @return void */ { // 广播 xxx logout GateWay::sendToAll("client[$client_id] logout\n"); } ...