検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 271 for [SIMILAR] 16 1024 4096 WITH 31175 getreadtimeout... (0.279 sec.)
Opens a connection 5939
« Stomp::commit Stomp::__destruct » PHP Manual Stomp Opens a connection Stomp::__construct stomp_connect (PECL stomp >= 0.1.0) Stomp::__construct -- stomp_connect — Opens a connection 説明 オブジェクト指向型 (constructor): public Stomp::__construct ( string $broker = ini_get("stomp.defau ...
https://man.plustar.jp/php/stomp.construct.html - [similar]
Gets the current stomp extension version 5939
« stomp_connect_error Stomp » PHP Manual Stomp 関数 Gets the current stomp extension version stomp_version (PECL stomp >= 0.1.0) stomp_version — Gets the current stomp extension version 説明 stomp_version (): string Returns a string containing the version of the current stomp extension. ...
https://man.plustar.jp/php/function.stomp-version.html - [similar]
Reads the next frame 5939
« Stomp::hasFrame Stomp::send » PHP Manual Stomp Reads the next frame Stomp::readFrame stomp_read_frame (PECL stomp >= 0.1.0) Stomp::readFrame -- stomp_read_frame — Reads the next frame 説明 オブジェクト指向型 (method): public Stomp::readFrame ( string $class_name = "stompFrame" ): stomp ...
https://man.plustar.jp/php/stomp.readframe.html - [similar]
Starts a transaction 5939
« Stomp::ack Stomp::commit » PHP Manual Stomp Starts a transaction Stomp::begin stomp_begin (PECL stomp >= 0.1.0) Stomp::begin -- stomp_begin — Starts a transaction 説明 オブジェクト指向型 (method): public Stomp::begin ( string $transaction_id , array $headers = ? ): bool 手続き型: stomp ...
https://man.plustar.jp/php/stomp.begin.html - [similar]
5939
« リソース型 Stomp 関数 » PHP Manual Stomp 例 例 例1 オブジェクト指向型 <?php $queue = '/queue/foo' ; $msg = 'bar' ; /* connection */ try { $stomp = new Stomp ( 'tcp://localhost:61613' ); } catch( StompException $e ) { die( 'Connection failed: ' . $e -> getMessage ()); } /* send a messag ...
https://man.plustar.jp/php/stomp.examples.html - [similar]
Sends a message 5939
« Stomp::readFrame Stomp::setReadTimeout » PHP Manual Stomp Sends a message Stomp::send stomp_send (PECL stomp >= 0.1.0) Stomp::send -- stomp_send — Sends a message 説明 オブジェクト指向型 (method): public Stomp::send ( string $destination , mixed $msg , array $headers = ? ): bool 手続き ...
https://man.plustar.jp/php/stomp.send.html - [similar]
Stomp 関数 5939
« 例 stomp_connect_error » PHP Manual Stomp Stomp 関数 Stomp 関数 目次 stomp_connect_error — Returns a string description of the last connect error stomp_version — Gets the current stomp extension version 関連キーワード: 関数 , version , Returns , string , description , extension , ...
https://man.plustar.jp/php/ref.stomp.html - [similar]
Returns a string description of the last connect error 5939
« Stomp 関数 stomp_version » PHP Manual Stomp 関数 Returns a string description of the last connect error stomp_connect_error (PECL stomp >= 0.3.0) stomp_connect_error — Returns a string description of the last connect error 説明 stomp_connect_error (): string Returns a string descriptio ...
https://man.plustar.jp/php/function.stomp-connect-error.html - [similar]
はじめに 5939
« Stomp インストール/設定 » PHP Manual Stomp はじめに はじめに This extension allows php applications to communicate with any Stomp compliant Message Brokers through easy object-oriented and procedural interfaces. » Stomp official site 関連キーワード: インストール , 設定 , This , extensi ...
https://man.plustar.jp/php/intro.stomp.html - [similar]
実行時設定 5792
« インストール手順 リソース型 » PHP Manual インストール/設定 実行時設定 実行時設定 php.ini の設定により動作が変化します。 Stomp 設定オプション 名前 デフォルト 変更可能 変更履歴 stomp.default_broker tcp://localhost:61613 PHP_INI_ALL stomp.default_connection_timeout_sec 2 PHP_INI_ALL stomp ...
https://man.plustar.jp/php/stomp.configuration.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 11 NEXT