uid有++$uidConnectionMap[$uid]个socket连接
++$uidConnectionMap[$uid];
// 将这个连接加入到uid分组,方便针对uid推送数据$post : $request->get();
// 推送数据的url格式 type=publish&to=uid&content=xxxx
switch(@$post['type'to'];
$post['content'] = htmlspecialchars(@$post['content']);
// 有指定uid则向uid所在socket组发送数据if($to){
$io->to($to)->emit('new_msg', $post['content']);
// 否则向所有uid推送数据= array(
"type" => "publish",
"content" => "这个是推送的测试数据",
);
$ch = curl_init ();
curl_setopt (