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.

Table of Contents