The StompFrame classはじめにRepresents a message which was sent or received from a Stomp compliant Message Broker. クラス概要StompFrame
class StompFrame
{
/* プロパティ */
public
$command;
public
$headers;
public
$body;
/* メソッド */
__construct(string
}$command = ?, array $headers = ?, string $body = ?)プロパティ
|