php8.5
Home/ Manual/ reference / stomp/ The StompFrame class

The StompFrame class

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

Intro

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

Class synopsis

class StompFrame { }

Properties

command

Frame command.

headers

Frame headers (Array).

body

Frame body.

Stompframe

In this section

Source: reference/stomp/stompframe.xml · from the official PHP manual (php/doc-en)