検索

phrase: max: clip:
target: order:
Results of 11 - 20 of about 895 for [SIMILAR] 16 1024 4096 WITH 16698 stomp WITH 775... (0.644 sec.)
Commits a transaction in progress 8484
« Stomp::begin Stomp::__construct » PHP Manual Stomp Commits a transaction in progress Stomp::commit stomp_commit (PECL stomp >= 0.1.0) Stomp::commit -- stomp_commit — Commits a transaction in progress 説明 オブジェクト指向型 (method): public Stomp::commit ( string $transaction_id , arra ...
https://man.plustar.jp/php/stomp.commit.html - [similar]
Closes stomp connection 8484
« Stomp::__construct Stomp::error » PHP Manual Stomp Closes stomp connection Stomp::__destruct stomp_close (PECL stomp >= 0.1.0) Stomp::__destruct -- stomp_close — Closes stomp connection 説明 オブジェクト指向型 (destructor): public Stomp::__destruct () 手続き型: stomp_close ( resource $ ...
https://man.plustar.jp/php/stomp.destruct.html - [similar]
Sets read timeout 8484
« Stomp::send Stomp::subscribe » PHP Manual Stomp Sets read timeout Stomp::setReadTimeout stomp_set_read_timeout (PECL stomp >= 0.3.0) Stomp::setReadTimeout -- stomp_set_read_timeout — Sets read timeout 説明 オブジェクト指向型 (method): public Stomp::setReadTimeout ( int $seconds , int $ ...
https://man.plustar.jp/php/stomp.setreadtimeout.html - [similar]
Gets read timeout 8484
« Stomp::error Stomp::getSessionId » PHP Manual Stomp Gets read timeout Stomp::getReadTimeout stomp_get_read_timeout (PECL stomp >= 0.3.0) Stomp::getReadTimeout -- stomp_get_read_timeout — Gets read timeout 説明 オブジェクト指向型 (method): public Stomp::getReadTimeout (): array 手続き型 ...
https://man.plustar.jp/php/stomp.getreadtimeout.html - [similar]
Opens a connection 8484
« 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]
Reads the next frame 8484
« 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 8484
« 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]
8484
« リソース型 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 8484
« 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]
実行時設定 8484
« インストール手順 リソース型 » 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