Stomp
PHP Manual

The StompFrame class

(PECL stomp >= 0.1.0)

Einführung

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

Klassenbeschreibung

StompFrame {
/* Eigenschaften */
public $command ;
public $headers ;
public $body ;
/* Methoden */
__construct ([ string $command [, array $headers [, string $body ]]] )
}

Eigenschaften

command

Frame command.

headers

Frame headers (array).

body

Frame body.

Inhaltsverzeichnis


Stomp
PHP Manual