略微加速

PHP官方手册 - 互联网笔记

PHP - Manual: StompFrame

2024-04-25

The StompFrame class

(PECL stomp >= 0.1.0)

简介

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

类摘要

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

属性

command

Frame command.

headers

Frame headers (array).

body

Frame body.

目录

add a noteadd a note

User Contributed Notes

There are no user contributed notes for this page.

官方地址:https://www.php.net/manual/en/class.stompframe.php

北京半月雨文化科技有限公司.版权所有 京ICP备12026184号-3