使用PHPRPC的几个小问题
1、不能使用子目录读取server,如:rpc.use_service('./ac/rpc.php');
2、不能带参数读取SERVER,如:rpc.use_service('rpc.php?action=server');
因此,建议在使用的时候这样定义rpc.use_service('http://www.cnitblog.com/soap.php');这样就比较好了,如果觉得不开心,那就直接用rpc.use_service('rpc.php');把rpc.php放到执行文件的同级目录下面吧