The StompFrame class

(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.

Зміст

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top