2024 年 PHP 日本大会

StompFrame 类

(PECL stomp >= 0.1.0)

简介

表示从符合 Stomp 标准的消息代理发送或接收的消息。

类概要

class StompFrame {
/* 属性 */
public $command;
public $headers;
public $body;
/* 方法 */
__construct(string $command = ?, array $headers = ?, string $body = ?)
}

属性

command

帧命令。

headers

帧头 (array).

body

帧体。

目录

添加备注

用户贡献的笔记

此页面没有用户贡献的笔记。
To Top