mini\Table\Index\BTreeLeafPage::calculateSize() Method

public

Signature

public function calculateSize(): int

Returns

int

Documentation

Calculate the size this page will have when serialized.

Avoids the overhead of actually packing the data.

Source

src/Table/Index/BTreeIndex.php:213-232