...一个 send() 对应一次 recv() PHP 版本要求 >= 4.3.0 类用法: 建立操作句柄: server,port 开启 $cws = new CSCWS('localhost', 4700); $cws->open('localhost', 4700); // 若已打开且port/host不对就先关闭旧的 $cws = CSCWS::open('localhost', 470...