首页 > phpRPC远程调用,但是每个方法的参数个数不一致,不想写死,怎么搞?

phpRPC远程调用,但是每个方法的参数个数不一致,不想写死,怎么搞?

远程调用如下类方法,但是每个方法的参数个数不一致,不想写死,怎么搞?

class aaaController extends RpcController 
{
    public function one_function($a='', $b='', $c=''){}
    public function two_function($d='', $e=''){}
    public function three_function($f=''){}
}

请勿重复提问:http://.com/q/1010000004290664

【热门文章】
【热门文章】