Flow PHP

StringKeyEncoder implements ValueEncoder

FinalYes

String map keys - unlike StringEncoder it casts first, because PHP turns numeric-string array keys into integers.

Interfaces

ValueEncoder
Turns one PHP value into its Floe binary representation. Implementations are built per column type by the {@see \Flow\Floe\ValueEncoder} factory.

Methods

encode()  : string

Methods

encode()

public encode(mixed $value) : string
Parameters
$value : mixed
Return values
string
On this page

Search results