PHP 8.5.0 Alpha 1 available for testing

StompFrame::__construct

(PECL stomp >= 0.1.0)

StompFrame::__constructConstructor

Descripción

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

Constructor.

Parámetros

command

Comando del frame

headers

encabezados del frame (tableau).

body

cuerpo del frame

add a note

User Contributed Notes

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