downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

StompFrame::__construct> <Stomp::unsubscribe
Last updated: Fri, 20 Nov 2009

view this page in

The StompFrame class

Introduction

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

Class synopsis

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

Properties

command

Frame command.

headers

Frame headers (array).

body

Frame body.

Table of Contents



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

StompFrame::__construct> <Stomp::unsubscribe
Last updated: Fri, 20 Nov 2009
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites