$ws = new swoole_websocket_server("0.0.0.0", 8080); // 0.0.0.0 等於localhost. // 監聽WebSocket 連接打開事件. $ws->on('open', function ($ws, ...
確定! 回上一頁