PHP Doku:: The StompFrame class - class.stompframe.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzSonstige DiensteStomp ClientThe StompFrame class

Ein Service von Reinhard Neidl - Webprogrammierung.

Stomp Client

<<Stomp::unsubscribe -- stomp_unsubscribe

StompFrame::__construct>>


UnterSeiten:

The StompFrame class

Einführung

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

Klassenbeschreibung

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

Eigenschaften

command

Frame command.

headers

Frame headers (array).

body

Frame body.

Inhaltsverzeichnis


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)