Documentation

Frame
in package
implements Stringable uses StringableTrait

WebSocket\Frame\Frame class.

Represent a single frame sent or received as part of websocket message.

Table of Contents

Interfaces

Stringable

Properties

$final  : bool
$opcode  : string
$payload  : string

Methods

__construct()  : mixed
__toString()  : string
getOpcode()  : string
getPayload()  : string
getPayloadLength()  : int
isContinuation()  : bool
isFinal()  : bool
stringable()  : string

Properties

$opcode

private string $opcode

$payload

private string $payload

Methods

__construct()

public __construct(string $opcode, string $payload, bool $final) : mixed
Parameters
$opcode : string
$payload : string
$final : bool

__toString()

public __toString() : string
Return values
string

getOpcode()

public getOpcode() : string
Return values
string

getPayload()

public getPayload() : string
Return values
string

getPayloadLength()

public getPayloadLength() : int
Return values
int

isContinuation()

public isContinuation() : bool
Return values
bool

isFinal()

public isFinal() : bool
Return values
bool

stringable()

protected stringable(string $format, mixed ...$values) : string
Parameters
$format : string
$values : mixed
Return values
string

        
On this page

Search results