作者:Admin 分类:PHP
服务器及客户端4种服务器【tcp/udp/web/websocket】TCP服务器//创建Server对象,监听127.0.0.1:9501端口$serv=newswoole_server("127.0.0.1",9501);//...
阅读全文>>