update : 2015.11.03
php.shukuma.com검색:
|
Yar_Concurrent_Client::call(PECL yar >= 1.0.0) Yar_Concurrent_Client::call — Register a concurrent call 설명
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() 인수
반환값An unique id, can be used to identified which call it is. 예제Example #1 Yar_Concurrent_Client::call() example
<?php 위 예제의 출력 예시: 참고
|