検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 29 for YAR (0.004 sec.)
Yet Another RPC Framework 9968
« SoapVar::__construct はじめに » PHP Manual ウェブサービス Yet Another RPC Framework Yet Anothe ... ンストール手順 実行時設定 リソース型 定義済み定数 例 Yar_Server — The Yar_Server class Yar_Server::__constr ... uct — Register a server Yar_Server::handle — Start RPC Server Yar_Client — The ... Yar_Client class Yar_Client::__call — Call service Yar ... _Client::__construct — Create a client Yar_Client::setOpt — Set calling contexts Yar_Concurre ...
https://man.plustar.jp/php/book.yar.html - [similar]
Set calling contexts 9822
« Yar_Client::__construct Yar_Concurrent_Client » PHP Manual Yar_Client Set calling contexts Yar ... _Client::setOpt (PECL yar >= 1.0.0) Yar_Client::setOpt — Set calling context ... s 説明 public Yar_Client::setOpt ( int $name , mixed $value ): Yar_C ... lient | false パラメータ name it can be: YAR_OPT_PACKAGER, YAR_OPT_PERSISTENT (Need server supp ... ort), YAR_OPT_TIMEOUT, YAR_OPT_CONNECT_TIMEOUT YAR_OPT_HEADE ...
https://man.plustar.jp/php/yar-client.setopt.html - [similar]
Create a client 9609
« Yar_Client::__call Yar_Client::setOpt » PHP Manual Yar_Client Create a client Yar_Client::__co ... nstruct (PECL yar >= 1.0.0) Yar_Client::__construct — Create a clien ... t 説明 final public Yar_Client::__construct ( string $url , array $options ... = ? ) Create a Yar_Client to a Yar_Server . パラメータ url Yar Server ... URL. 戻り値 Yar_Client instance. 例 例1 Yar_Client::__construct() ...
https://man.plustar.jp/php/yar-client.construct.html - [similar]
定義済み定数 9561
« リソース型 例 » PHP Manual Yar 定義済み定数 定義済み定数 以下の定数が定義されています。 この関 ... 実行時に動的にロードされている場合のみ使用可能です。 YAR_VERSION ( string ) YAR_CLIENT_PROTOCOL_HTTP ( int ... ) YAR_OPT_PACKAGER ( int ) YAR_OPT_TIMEOUT ( int ) YAR_O ... PT_CONNECT_TIMEOUT ( int ) YAR_OPT_HEADER ( array ) 2.0.4 以降 YAR_PACKAGER_PHP ( ... string ) YAR_PACKAGER_JSON ( string ) YAR_ERR_OKEY ( int ) YAR_ ...
https://man.plustar.jp/php/yar.constants.html - [similar]
Register a concurrent call 9446
« Yar_Concurrent_Client Yar_Concurrent_Client::loop » PHP Manual Yar_Concurrent_Client Register ... a concurrent call Yar_Concurrent_Client::call (PECL yar >= 1.0.0) Yar_Co ... ll — Register a concurrent call 説明 public static Yar_Concurrent_Client::call ( string $uri , string $me ... immediately, it will be send while further call to Yar_Concurrent_Client::loop() パラメータ uri The RPC s ... can be used to identified which call it is. 例 例1 Yar_Concurrent_Client::call() example <?php function c ...
https://man.plustar.jp/php/yar-concurrent-client.call.html - [similar]
Send all calls 9381
« Yar_Concurrent_Client::call Yar_Concurrent_Client::reset » PHP Manual Yar_Concurrent_Client Se ... nd all calls Yar_Concurrent_Client::loop (PECL yar >= 1.0.0) Yar_Co ... t_Client::loop — Send all calls 説明 public static Yar_Concurrent_Client::loop ( callable $callback = ? , ... パラメータ callback If this callback is set, then Yar will call this callback after all calls are sent a ... used. error_callback If this callback is set, then Yar will call this callback while error occurred. 戻り ...
https://man.plustar.jp/php/yar-concurrent-client.loop.html - [similar]
Clean all registered calls 9316
« Yar_Concurrent_Client::loop Yar_Server_Exception » PHP Manual Yar_Concurrent_Client Clean all ... registered calls Yar_Concurrent_Client::reset (PECL yar >= 1.2.4) Yar_C ... et — Clean all registered calls 説明 public static Yar_Concurrent_Client::reset (): bool Clean all regist ... ered calls パラメータ 戻り値 例 例1 Yar_Concurrent_Client::reset() example 上の例の出力は、 ... たとえば以下のようになります。 参考 Yar_Concurrent_Client::call() - Register a concurrent ...
https://man.plustar.jp/php/yar-concurrent-client.reset.html - [similar]
The Yar_Client class 9202
« Yar_Server::handle Yar_Client::__call » PHP Manual Yar The Yar_Client class The Yar_Client cla ... e, might only be in Git) はじめに クラス概要 class Yar_Client { /* プロパティ */ protected $ _protocol ; ... = ? ) public setOpt ( int $name , mixed $value ): Yar_Client | false } プロパティ _protocol _uri _option ... s _running 目次 Yar_Client::__call — Call service Yar_Client::__constr ... uct — Create a client Yar_Client::setOpt — Set calling contexts 関連キーワー ...
https://man.plustar.jp/php/class.yar-client.html - [similar]
Register a server 9169
« Yar_Server Yar_Server::handle » PHP Manual Yar_Server Register a server Yar_Server::__construc ... t (PECL yar >= 1.0.0) Yar_Server::__construct — Register a ser ... ver 説明 final public Yar_Server::__construct ( Object $obj ) Set up a Yar H ... registered as RPC services. 戻り値 An instance of Yar_Server . 例 例1 Yar_Server::__construct() example ... unction client_can_not_see () { } } $service = new Yar_Server (new API ()); $service -> handle (); ?> 上の ...
https://man.plustar.jp/php/yar-server.construct.html - [similar]
Call service 9120
« Yar_Client Yar_Client::__construct » PHP Manual Yar_Client Call service Yar_Client::__call (PE ... CL yar >= 1.0.0) Yar_Client::__call — Call service 説明 p ... ublic Yar_Client::__call ( string $method , array $parameter ... method name. parameters Parameters. 戻り値 例 例1 Yar_Client::__call() example <?php $client = new Yar_C ... 上の例の出力は、 たとえば以下のようになります。 参考 Yar_Client::setOpt() - Set calling contexts 関連キーワ ...
https://man.plustar.jp/php/yar-client.call.html - [similar]
PREV 1 2 3 NEXT