mini\Table\Index::packString() Method

public static

Signature

public static function packString(string $s, ?int $maxLength = NULL): string

Parameters

Name Type Default Description
$s string required Documentation missing
$maxLength ?int NULL Documentation missing

Returns

string

Documentation

Pack string with optional max length (for fixed-width keys)

Source

src/Table/Index.php:124-130