Flow PHP

DomValueCodec

Read onlyYes
FinalYes

Executed on PHP 8.4.22: serialize() throws for DOMDocument, DOMElement, Dom\HTMLDocument and Dom\HTMLElement alike, so every DOM-backed column travels as gzcompressed, base64 encoded markup.

Every other column is native.

Methods

decode()  : mixed
encode()  : mixed
handles()  : bool

Methods

decode()

public decode(Type<string|int, mixed> $type, mixed $value) : mixed
Parameters
$type : Type<string|int, mixed>
$value : mixed

encode()

public encode(Type<string|int, mixed> $type, mixed $value) : mixed
Parameters
$type : Type<string|int, mixed>
$value : mixed

handles()

public handles(Type<string|int, mixed> $type) : bool
Parameters
$type : Type<string|int, mixed>
Return values
bool
On this page

Search results