The StompFrame class
(PECL stomp >= 0.1.0)
Introducere
Represents a message which was sent or received from a Stomp compliant Message Broker.
Sinopsisul clasei
StompFrame
{
__construct
(
string $command
= ?
,
array $headers
= ?
,
string $body
= ?
)
}
Proprietăți
- command
-
Frame command.
-
Frame headers (array).
- body
-
Frame body.
Cuprins
There are no user contributed notes for this page.