Stomp
PHP Manual

The StompFrame class

Wstęp

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

Krótki opis klasy

StompFrame
StompFrame {
/* Właściwości */
public $command ;
public $headers ;
public $body ;
/* Metody */
__construct ([ string $command [, array $headers [, string $body ]]] )
}

Właściwości

command

Frame command.

headers

Frame headers ( array ).

body

Frame body.

Spis treści


Stomp
PHP Manual