Flow PHP

PageContainer

Read onlyYes
FinalYes

Properties

$dictionary  : array<string|int, mixed>|null
$pageBuffer  : string
$pageHeader  : PageHeader
$pageHeaderBuffer  : string
$values  : array<string|int, mixed>

Methods

__construct()  : mixed
dataSize()  : int
headerSize()  : int
totalCompressedSize()  : int
totalUncompressedSize()  : int

Properties

$dictionary

public array<string|int, mixed>|null $dictionary

Methods

__construct()

public __construct(string $pageHeaderBuffer, string $pageBuffer, array<string|int, mixed> $values, null|array<string|int, mixed> $dictionary, PageHeader $pageHeader) : mixed
Parameters
$pageHeaderBuffer : string
$pageBuffer : string
$values : array<string|int, mixed>
  • when dictionary is present values are indices
$dictionary : null|array<string|int, mixed>
$pageHeader : PageHeader

totalCompressedSize()

public totalCompressedSize() : int
Return values
int

totalUncompressedSize()

public totalUncompressedSize() : int
Return values
int

        
On this page

Search results