The StompFrame class
(PECL stomp >= 0.1.0)
はじめに
Represents a message which was sent or received from a Stomp compliant Message Broker.
クラス概要
StompFrame
{
__construct
(
string $command
= ?
,
array $headers
= ?
,
string $body
= ?
)
}
プロパティ
- command
-
Frame command.
-
Frame headers (array).
- body
-
Frame body.
目次
There are no user contributed notes for this page.