socket用于实现网络进程之间的通讯 ,使用tcp或udp协议来进行通信

1、TCP协议

1.1、php开发TCP通讯例子

服务端:
php之Socket开发
客户端:
php之Socket开发

相关文章: