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