PHP » GoLang |
login |
register |
about
|
GoLang Yar_Concurrent_Client::call
request it (386)
GoLang replacement for PHP's Yar_Concurrent_Client::call
[edit | history]
PHP Yar_Concurrent_Client::callPHP original manual for Yar_Concurrent_Client::call [ show | php.net ]Yar_Concurrent_Client::call(PECL yar >= 1.0.0) Yar_Concurrent_Client::call — Register a concurrent call Description
public static int Yar_Concurrent_Client::call
( string
$uri
, string $method
[, array $parameters
[, callable $callback
[, callable $error_callback
[, array $options
]]]] )Register a RPC call, but won't sent it immediately, it will be send while further call to Yar_Concurrent_Client::loop() Parameters
Return ValuesAn unique id, can be used to identified which call it is. ExamplesExample #1 Yar_Concurrent_Client::call() example
<?php The above example will output something similar to: See Also
|
more
Recently updated
more
Most requested
more
Last requests
|