| ユーザフォーラムで議論/質問 | マニュアル検索 | ハイライト | ハイライトオフ | ポータル | php spot |
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. 例例1 Yar_Concurrent_Client::call() example
<?php 上の例の出力は、 たとえば以下のようになります。 参考
|
各種マニュアル:
PHPマニュアル |
PEARマニュアル |
Smarty(英語)マニュアル |
PHP-GTKマニュアル |
「Yar_Concurrent_Client::call - Register a concurrent call」をGoogle検索
|