検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 29 for YAR (0.002 sec.)
実行時設定 9120
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定 ... により動作が変化します。 Yar 設定オプション 名前 デフォルト 変更可能 変更履歴 y ... ar.packager php PHP_INI_SYSTEM yar.debug Off PHP_INI_ALL yar.connect_timeout 1000 PHP ... _INI_ALL yar.timeout 5000 PHP_INI_ALL yar.expose_info On PHP_IN ... に設定ディレクティブに関する 簡単な説明を示します。 yar.packager string it could be php, json, and msgpack ...
https://man.plustar.jp/php/yar.configuration.html - [similar]
ウェブサービス 9055
« var_export OAuth » PHP Manual 関数リファレンス ウェブサービス ウェブサービス OAuth はじめに イ ... pParam — SoapParam クラス SoapVar — SoapVar クラス Yar — Yet Another RPC Framework はじめに インストール/ ... 設定 定義済み定数 例 Yar_Server — The Yar_Server class Yar_Client — The Yar ... _Client class Yar_Concurrent_Client — The Yar_Concurrent_Client clas ... s Yar_Server_Exception — The Yar_Server_Exception class ...
https://man.plustar.jp/php/refs.webservice.html - [similar]
The Yar_Concurrent_Client class 9022
« Yar_Client::setOpt Yar_Concurrent_Client::call » PHP Manual Yar The Yar_Concurrent_Client clas ... s The Yar_Concurrent_Client class (No version information av ... e, might only be in Git) はじめに クラス概要 class Yar_Concurrent_Client { /* プロパティ */ static $ _cal ... プロパティ _callstack _callback _error_callback 目次 Yar_Concurrent_Client::call — Register a concurrent ca ... ll Yar_Concurrent_Client::loop — Send all calls Yar_Concu ...
https://man.plustar.jp/php/class.yar-concurrent-client.html - [similar]
Retrieve exception's type 9022
« Yar_Server_Exception Yar_Client_Exception » PHP Manual Yar_Server_Exception Retrieve exception ... 's type Yar_Server_Exception::getType (PECL yar >= 1.0.0) Yar_ ... n::getType — Retrieve exception's type 説明 public Yar_Server_Exception::getType (): string Get the excep ... 数にはパラメータはありません。 戻り値 string 例 例1 Yar_Server_Exception::getType() example //Server.php < ... new Custom_Exception ( $name ); } } $service = new Yar_Server (new API ()); $service -> handle (); ?> //C ...
https://man.plustar.jp/php/yar-server-exception.gettype.html - [similar]
The Yar_Server class 8989
« 例 Yar_Server::__construct » PHP Manual Yar The Yar_Server class The Yar_Server class (No vers ... e, might only be in Git) はじめに クラス概要 class Yar_Server { /* プロパティ */ protected $ _executor ; ... public handle (): bool } プロパティ _executor 目次 Yar_Server::__construct — Register a server Yar_Server ... ::handle — Start RPC Server 関連キーワード: Yar , Server , construct , handle , public , executor ...
https://man.plustar.jp/php/class.yar-server.html - [similar]
Start RPC Server 8957
« Yar_Server::__construct Yar_Client » PHP Manual Yar_Server Start RPC Server Yar_Server::handle ... (PECL yar >= 1.0.0) Yar_Server::handle — Start RPC Server 説 ... 明 public Yar_Server::handle (): bool Start a RPC HTTP server, a ... 数にはパラメータはありません。 戻り値 boolean 例 例1 Yar_Server::handle() example <?php class API { /** * t ... unction client_can_not_see () { } } $service = new Yar_Server (new API ()); $service -> handle (); ?> 上の ...
https://man.plustar.jp/php/yar-server.handle.html - [similar]
The Yar_Server_Exception class 8941
« Yar_Concurrent_Client::reset Yar_Server_Exception::getType » PHP Manual Yar The Yar_Server_Exc ... eption class The Yar_Server_Exception class (No version information ava ... be in Git) はじめに If service threw exceptions, A Yar_Server_Exception will be threw in client side. クラ ... ス概要 class Yar_Server_Exception extends Exception { /* プロパティ ... oid } プロパティ message code file line _type 目次 Yar_Server_Exception::getType — Retrieve exception's t ...
https://man.plustar.jp/php/class.yar-server-exception.html - [similar]
Retrieve exception's type 8908
« Yar_Client_Exception XML-RPC » PHP Manual Yar_Client_Exception Retrieve exception's type Yar_C ... lient_Exception::getType (PECL yar >= 1.0.0) Yar_Client_Exception::getType — Retrieve ... exception's type 説明 public Yar_Client_Exception::getType (): string パラメータ こ ... の関数にはパラメータはありません。 戻り値 Returns "Yar_Exception_Client" . 例 例1 Yar_Client_Exception::g ... ーワード: Exception , Retrieve , type , exception , Yar , s , getType , パラメータ , example , Yaf ...
https://man.plustar.jp/php/yar-client-exception.gettype.html - [similar]
The Yar_Client_Exception class 8794
« Yar_Server_Exception::getType Yar_Client_Exception::getType » PHP Manual Yar The Yar_Client_Ex ... ception class The Yar_Client_Exception class (No version information ava ... e, might only be in Git) はじめに クラス概要 class Yar_Client_Exception extends Exception { /* プロパティ ... (): void } プロパティ message code file line 目次 Yar_Client_Exception::getType — Retrieve exception's t ... ype 関連キーワード: Exception , Yar , public , final , string , getType , メソッド , i ...
https://man.plustar.jp/php/class.yar-client-exception.html - [similar]
8761
« 定義済み定数 Yar_Server » PHP Manual Yar 例 例 例1 Yar Server Example <?php /* assume this pag ... d ( $a , $b ) { return $a + $b ; } } $server = new Yar_Server (new Operator ()); $server -> handle (); ?> ... 上の例の出力は、 たとえば以下のようになります。 例3 Yar Client Example <?php $client = new yar_client ( "h ... int(3) int(5) PHP Fatal error: Uncaught exception 'Yar_Server_Exception' with message 'call to api Operat ... or::_add() failed' in * 例4 Yar Concurrent Client Example <?php function callback ...
https://man.plustar.jp/php/yar.examples.html - [similar]
PREV 1 2 3 NEXT