vb与php进行socket通信遇到的问题
error_reporting(E_ALL);
set_time_limit(0);
$port=8000;
$ip="192.168.1.110";
$socket = socket_create(AF_INET,SOCK_STREAM,SOL_TCP);
if($socket
{echo "socket_create() failed: reason: ".socket_strer
原创
2017-08-13 18:34:09 ·
1145 阅读 ·
0 评论