CakeFest 2024: The Official CakePHP Conference

StompFrame::__construct

(PECL stomp >= 0.1.0)

StompFrame::__constructConstructeur

Description

StompFrame::__construct(string $command = ?, array $headers = ?, string $body = ?)

Constructeur.

Liste de paramètres

command

Commande du message.

headers

En-têtes du message (tableau).

body

Corps du message.

add a note

User Contributed Notes

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