Yar_Client::__call
(PECL yar >= 1.0.0)
Yar_Client::__call — Call service
説明
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");
?>
上の例の出力は、 たとえば以下のようになります。
参考
- Yar_Client::setOpt() - Set calling contexts
+add a note
User Contributed Notes
There are no user contributed notes for this page.
↑ and ↓ to navigate •
Enter to select •
Esc to close
Press Enter without
selection to search using Google