update : 2015.11.03
php.shukuma.com검색:
|
Yar_Concurrent_Client::loop(PECL yar >= 1.0.0) Yar_Concurrent_Client::loop — Send all calls 설명
public static boolean Yar_Concurrent_Client::loop
([ callable
$callback
[, callable $error_callback
]] )Send all registed remote RPC calls. 인수
반환값
예제Example #1 Yar_Concurrent_Client::loop() example
<?php 위 예제의 출력 예시: 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" 참고
|