Php/docs/class.stompframe

提供:Dev Guides
< Php
2020年12月14日 (月) 11:25時点におけるNotes (トーク | 投稿記録)による版 (autoload)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先:案内検索

(PECL stomp >= 0.1.0)

はじめに

Represents a message which was sent or received from a Stomp compliant Message Broker.


クラス概要


StompFrame {

/* プロパティ */

public $command

public $headers

public $body

/* メソッド */

__construct ([ string $command [, array $headers [, string $body ]]] )

}

プロパティ

command
Frame command.
headers
Frame headers (array).
body
Frame body.


目次