文件名称:php使用thrift客户端访问服务器测试
文件大小:590KB
文件格式:ZIP
更新时间:2020-09-05 09:44:01
php thrift
php 使用thrift客户端访问服务器测试 下载后 放到站点根目录,设置 thrift_test.php里的 $socket = new TSocket('10.200.28.43', 10001); 修改为默认服务器和端口 后 直接访问 http://localhost/thrift_test.php
【文件预览】:
lib
----gen_php()
--------TagQueryService.php(13KB)
--------Types.php(3KB)
----src()
--------Thrift.php(22KB)
--------server()
--------protocol()
--------ext()
--------autoload.php(2KB)
--------transport()
----Thrifts()
--------Test.thrift(82B)
thrift_test.php