Flow PHP

DynamicDecoder implements ValueDecoder

FinalYes

Tagged decoding for values whose type is only known at runtime (mixed/union/scalar/literal/array columns, dynamic map keys, structure extras).

Interfaces

ValueDecoder

Methods

__construct()  : mixed
decode()  : mixed

Methods

decode()

public decode(string $data, int &$position) : mixed
Parameters
$data : string
$position : int

read position, advanced past the consumed bytes

On this page

Search results