The StompFrame class

(PECL stomp >= 0.1.0)

소개

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

클래스 개요

StompFrame {
/* 프로퍼티 */
public $command ;
public $headers ;
public $body ;
/* 메소드 */
__construct ([ string $command [, array $headers [, string $body ]]] )
}

프로퍼티

command

Frame command.

headers

Frame headers (array).

body

Frame body.

Table of Contents

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top