downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | conferences | my php.net

search for in the

StompFrame::__construct> <Stomp::unsubscribe
[edit] Last updated: Fri, 17 May 2013

view this page in

The StompFrame class

(バージョン情報なし。おそらく 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.

目次



add a note add a note User Contributed Notes StompFrame - [0 notes]
There are no user contributed notes for this page.

 
show source | credits | sitemap | contact | advertising | mirror sites