WebSocketFrame
in package
Read onlyYes
FinalYes
Tags
Table of Contents
Constants
- KIND_BINARY = 2
- KIND_TEXT = 1
Properties
Methods
- __construct() : mixed
Constants
KIND_BINARY
public
mixed
KIND_BINARY
= 2
KIND_TEXT
public
mixed
KIND_TEXT
= 1
Properties
$kind
public
int
$kind
$text
public
string
$text
Methods
__construct()
public
__construct(int $kind, string $text) : mixed
Parameters
- $kind : int
- $text : string