Flow PHP

FrameWriter

FinalYes

Methods

__construct()  : mixed
close()  : void
flush()  : void
footer()  : void
header()  : void
partitions()  : void
position()  : int
raw()  : void
Verbatim byte passthrough for the mergeSplice fast path (no re-encode).
row()  : void

Methods

__construct()

public __construct(DestinationStream $stream, int $codecId[, int $bufferSize = 65536 ][, int $startPosition = 0 ]) : mixed
Parameters
$stream : DestinationStream
$codecId : int
$bufferSize : int = 65536
$startPosition : int = 0
public footer(string $footerJson) : void
Parameters
$footerJson : string

partitions()

public partitions(array<string, string> $combo) : void
Parameters
$combo : array<string, string>

position()

public position() : int
Return values
int

raw()

Verbatim byte passthrough for the mergeSplice fast path (no re-encode).

public raw(string $bytes) : void
Parameters
$bytes : string

row()

public row(string $body) : void
Parameters
$body : string
On this page

Search results