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