先看代碼如下 // 建立socket連接到內部推送埠$wm_client = stream_socket_client('tcp://127.0.0.1:5678', $errno, $errmsg, 1);// 推送的數據$data ...
確定! 回上一頁