socket中的stream_socket_sendto和send两个函数有什么区别么,都是发送data...
protected static function sendUdpAndRecv($address , $data) { $buffer = GatewayProtocol::encode($data); // 非workerman环境,使用udp发送数据 $client = stream_socket_client("udp://$address", $errno, ...