The StompFrame class

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.

目錄

發佈留言

發佈留言必須填寫的電子郵件地址不會公開。 必填欄位標示為 *