Yar_Client::__call
(PECL yar >= 1.0.0)
Yar_Client::__call — Call service
Beschreibung
$method
, array $parameters
): voidIssue a call to remote RPC method.
Parameter-Liste
-
method
-
Remote RPC method name.
-
parameters
-
Parameters.
Rückgabewerte
Beispiele
Beispiel #1 Yar_Client::__call() example
<?php
$client = new Yar_Client("http://host/api/");
/* call remote service */
$result = $client->some_method("parameter");
?>
Das oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie:
Siehe auch
- Yar_Client::setOpt() - Set calling contexts