Json-RPC的PHP扩展php-ext-JsonRPC.zip
JsonRPC 2.0 Client and Server ============================= 轻量级 Json-RPC 2.0 客户端和服务端的php扩展,基于 multi_curl epoll的并发客户端,依据[jsonrpc](http://www.jsonrpc.org/)协议规范。 服务端: $server = new Jsonrpc_Server(); // style one function variable $add1 = function($a, $b){ return $a $b; }; $server->register('addition1', $add1); // style two function string function add2($a, $b){ return $a $b; } $server->register('addition2', 'add2'); // style three function closure $server->register('addition3', function ($a, $b) { return $a $b; }); //style four class method string class A { static public function add($a, $b) { return $a $b; } } $server->register('addition4', 'A::add'); echo $server->execute(); //output >>> //{"jsonrpc":"2.0","id":null,"error":{"code":-32700,"message":"Parse error"}} 客户端: $client = new Jsonrpc_Client(1); $client->call('http://localhost/server.php', 'addition1', array(3,5)); $client->call('http://localhost/server.php', 'addition2', array(10,20)); $client->call('http://localhost/server.php', 'addition3', array(2,8)); $client->call('http://localhost/server.php', 'addition4', array(6,15)); /* ... */ $result = $client->execute(); var_dump($result); //output >>> /* array(2) { [0]=> array(3) { ["jsonrpc"]=> string(3) "2.0" ["id"]=> int(110507766) ["result"]=> int(8) } [1]=> array(3) { ["jsonrpc"]=> string(3) "2.0" ["id"]=> int(1559316299) ["result"]=> int(30) } ... } */
- 1
- 粉丝: 791
- 资源: 3万+
- 我的内容管理 展开
- 我的资源 快来上传第一个资源
- 我的收益 登录查看自己的收益
- 我的积分 登录查看自己的积分
- 我的C币 登录后查看C币余额
- 我的收藏
- 我的下载
- 下载帮助
最新资源
- 焊接热循环对焊接接头性能的影响.pdf
- 焊接热源计算模式的研究进展.pdf
- 焊接设备行业现状与展望 - .pdf
- 焊接设备故障分析与排除方法.pdf
- 焊接设备调试检测、故障诊断、维修保养与标准规范实施手册.PDF
- 焊接式板式热交换器板片叠摞定位装置研制.pdf
- 焊接设计简明手册.pdf
- 焊接式刚性绝缘接头的装配工艺及试验.pdf
- 焊接式钢铝复合接触轨复合工艺研究.pdf
- 焊接式空心凸轮轴的开发.pdf
- 焊接式无缝钢轨施工工艺在码头工程中的应用.pdf
- 焊接数据资料手册.pdf
- 焊接顺序对中厚板对接焊残余应力的影响.pdf
- 焊接顺序对挖掘机主平台T型焊残余应力的影响.pdf
- 焊接顺序对焊接残余应力的影响 - .pdf
- 焊接修复钻杆的失效分析及预防措施.pdf