The StompFrame class

(PECL stomp >= 0.1.0)

Introduction

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

Class synopsis

class 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

Found A Problem?

Learn How To Improve This PageSubmit a Pull RequestReport a Bug
+add a note

User Contributed Notes

There are no user contributed notes for this page.

AltStyle によって変換されたページ (->オリジナル) /