HessianPHP 的教程,看了下.不是很明白也,该如何处理

WBOY
Release: 2016-06-13 13:42:22
Original
763 people have browsed it

HessianPHP 的教程,看了下.不是很明白也
有用过的么?
介绍下.


接口调用是不是大致如此?

  include_once(’HessianClient.php’);
  $url   =   ‘http://localhost/bbs/HessianPHP/service.php’;
  $proxy   =   &new   HessianClient($url);
  $id= "1 ";
  $num= "10 ";
  $proxy-> bbs($id,$num)   ;


------解决方案--------------------
没用过
你可以参考下
http://www.phpmore.com/?a=review_display&id=4
------解决方案--------------------
顶一个
------解决方案--------------------
不知道
来学习`
------解决方案--------------------
没用过
帮顶
------解决方案--------------------
以前项目用过,用HessianPHP客户端来读取服务端返回的数据并解析为数组,直接可以使用。当时服务端是Java+Lucense做的webservice.

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!