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

search for in the

StompFrame::__construct> <Stomp::unsubscribe
[edit] Last updated: Fri, 24 May 2013

view this page in

La clase StompFrame

(No hay información de versión disponible, podría estar únicamente en SVN)

Introducción

Representa un mensaje el cual fue enviado o recibido desde un Message Brokers que cumple con las normas del protocolo Stomp.

Sinopsis de la Clase

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

Propiedades

command

Frame command.

headers

Frame headers (array).

body

Frame body.

Tabla de contenidos



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

 
show source | credits | stats | sitemap | contact | advertising | mirror sites