PHP » GoLang |
login |
register |
about
|
GoLang Yar_Concurrent_Client::loop
request it (372)
GoLang replacement for PHP's Yar_Concurrent_Client::loop
[edit | history]
PHP Yar_Concurrent_Client::loopPHP original manual for Yar_Concurrent_Client::loop [ show | php.net ]Yar_Concurrent_Client::loop(PECL yar >= 1.0.0) Yar_Concurrent_Client::loop — Send all calls Description
public static bool Yar_Concurrent_Client::loop
([ callable
$callback
[, callable $error_callback
]] )Send all registed remote RPC calls. Parameters
Return Values
ExamplesExample #1 Yar_Concurrent_Client::loop() example
<?php The above example will output something similar to: Now, all requests are sent, and no any response available This is a remote call response, the method name issome_method. calling sequence is 4 string(11) "some_method" This is a remote call response, the method name issome_method. calling sequence is 1 string(11) "some_method" This is a remote call response, the method name issome_method. calling sequence is 2 string(11) "some_method" This is a remote call response, the method name issome_method. calling sequence is 3 string(11) "some_method" See Also
|
more
Recently updated
more
Most requested
more
Last requests
|