StompFrame::__construct> <Stomp::unsubscribe
Last updated: Fri, 24 Feb 2012

The StompFrame class

(No version information available, might only be in SVN)

Introdução

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

Sinopse da classe

StompFrame {
/* Propriedades */
public $headers ;
public $body ;
/* Métodos */
StompFrame::__construct ([ string $command [, array $headers [, string $body ]]] )
}

Propriedades

command

Frame command.

headers

Frame headers (array).

body

Frame body.

Índice



User Contributed Notes
StompFrame
There are no user contributed notes for this page.

StompFrame::__construct> <Stomp::unsubscribe
Last updated: Fri, 24 Feb 2012