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: Tue, 18 Jun 2013

view this page in

La classe StompFrame

(PECL stomp >= 0.1.0)

Introduction

Représente un message envoyé ou reçu par un Broker de message compatible stomp.

Synopsis de la classe

StompFrame {
/* Propriétés */
public $command ;
public $headers ;
public $body ;
/* Méthodes */
__construct ([ string $command [, array $headers [, string $body ]]] )
}

Propriétés

command

Commande du message.

headers

En-têtes du message (tableau).

body

Corps du message.

Sommaire



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

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