Call service
$method
$parameters
Issue a call to remote RPC method.
method
Remote RPC method name.
parameters
Parameters.
例1 Yar_Client::__call example
<?php $client = new Yar_Client("http://host/api/"); /* call remote service */ $result = $client->some_method("parameter"); ?>
上の例の出力は、 たとえば以下のようになります。