例如,需要发送以下数据
1 | struct header{ |
调用的方法,另外需require两个php文件,一个是字节编码类,另外一个socket封装类,其实主要看字节编码类就可以了!
1 | public function index() { |
Bytes.php 字节编码类
1 |
|
socket.class.php socket赋值类
1 |
|
PacketBase.class.php 打包类,暂时没用到
1 |
|
例如,需要发送以下数据
1 | struct header{ |
调用的方法,另外需require两个php文件,一个是字节编码类,另外一个socket封装类,其实主要看字节编码类就可以了!
1 | public function index() { |
Bytes.php 字节编码类
1 |
|
socket.class.php socket赋值类
1 |
|
PacketBase.class.php 打包类,暂时没用到
1 |
|