検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 154 for [SIMILAR] 16 1024 4096 WITH 53807 stomp WITH 307... (0.232 sec.)
The Stomp class 10000
« stomp_version Stomp::abort » PHP Manual Stomp The Stomp class The Stomp class (PECL stomp >= 0.1.0) はじめに Represents a connection between PHP and a Stomp compliant Message Broker. クラス概要 class Stomp { /* メソッド */ public __construct ( string $broker = ini_get("stomp.default_br ...
https://man.plustar.jp/php/class.stomp.html - [similar]
Sends a message 8929
« 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]
7955
« リソース型 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]
Reads the next frame 7955
« 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]
Opens a connection 7955
« 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]
Acknowledges consumption of a message 7955
« Stomp::abort Stomp::begin » PHP Manual Stomp Acknowledges consumption of a message Stomp::ack stomp_ack (PECL stomp >= 0.1.0) Stomp::ack -- stomp_ack — Acknowledges consumption of a message 説明 オブジェクト指向型 (method): public Stomp::ack ( mixed $msg , array $headers = ? ): bool 手 ...
https://man.plustar.jp/php/stomp.ack.html - [similar]
Starts a transaction 7955
« 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]
Rolls back a transaction in progress 7955
« Stomp Stomp::ack » PHP Manual Stomp Rolls back a transaction in progress Stomp::abort stomp_abort (PECL stomp >= 0.1.0) Stomp::abort -- stomp_abort — Rolls back a transaction in progress 説明 オブジェクト指向型 (method): public Stomp::abort ( string $transaction_id , array $headers = ? ...
https://man.plustar.jp/php/stomp.abort.html - [similar]
Commits a transaction in progress 7955
« 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]
Stomp Client 7955
« ssh2_tunnel はじめに » PHP Manual その他のサービス Stomp Client Stomp Client はじめに インストール/設定 要件 インストール手順 実行時設定 リソース型 例 Stomp 関数 stomp_connect_error — Returns a string description of the last connect error stomp_version — Gets the current stomp extensio ...
https://man.plustar.jp/php/book.stomp.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT