The StompFrame class
(PECL stomp >= 0.1.0)
简介
Represents a message which was sent or received from a Stomp compliant Message Broker.
类摘要
class StompFrame
{
__construct(
string $command
= ?,
array $headers
= ?,
string $body
= ?)
}
属性
- command
-
Frame command.
-
Frame headers (array).
- body
-
Frame body.
目录
There are no user contributed notes for this page.
官方地址:https://www.php.net/manual/en/class.stompframe.php