Stomp
在线手册:中文 英文
PHP手册

The StompFrame class

(No version information available, might only be in SVN)

简介

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

类摘要

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

属性

command

Frame command.

headers

Frame headers (array).

body

Frame body.

Table of Contents


Stomp
在线手册:中文 英文
PHP手册