Yar_Client::__call
(PECL yar >= 1.0.0)
Yar_Client::__call — Call service
Descrição
Issue a call to remote RPC method.
Parâmetros
method
-
Remote RPC method name.
parameters
-
Parameters.
Valor Retornado
Exemplos
Example #1 Yar_Client::__call() example
<?php
$client = new Yar_Client("http://host/api/");
/* call remote service */
$result = $client->some_method("parameter");
?>
O exemplo acima produzirá algo semelhante a:
Veja Também
- Yar_Client::setOpt() - Set calling contexts