2023年4月6日

websocket - w.php

摘要: on('Open', function ($ws, $request) { $ws->push($request->fd, "hello, welcome\n"); $GLOBALS['fds'][$request->fd] = 1; print_r($GLOBALS['fds']); }); // 阅读全文

posted @ 2023-04-06 23:37 木林coder 阅读(23) 评论(0) 推荐(0)

websocket - w.html

摘要: <!doctype html> websocket --> 阅读全文

posted @ 2023-04-06 23:37 木林coder 阅读(18) 评论(0) 推荐(0)

导航