Yar_Concurrent_Client::callRegister a concurrent call Beschreibung
public static int Yar_Concurrent_Client::call
( string
$uri
, string $method
, array $parameters
[, callable $callback
] )Register a RPC call, but won't sent it immediately, it will be send while further call to Yar_Concurrent_Client::loop Parameter-Liste
RückgabewerteAn unique id, can be used to identified which call it is. BeispieleBeispiel #1 Yar_Concurrent_Client::call example
<?phpDas oben gezeigte Beispiel erzeugt eine ähnliche Ausgabe wie: Siehe auch
|