Documentation

Flatted
in package

Table of Contents

Methods

parse()  : mixed
stringify()  : mixed
asString()  : mixed
index()  : mixed
keys()  : mixed
loop()  : mixed
ref()  : mixed
relate()  : mixed
transform()  : mixed
wrap()  : mixed

Methods

parse()

public static parse(mixed $json[, mixed $assoc = false ][, mixed $depth = 512 ][, mixed $options = 0 ]) : mixed
Parameters
$json : mixed
$assoc : mixed = false
$depth : mixed = 512
$options : mixed = 0

stringify()

public static stringify(mixed $value[, mixed $options = 0 ][, mixed $depth = 512 ]) : mixed
Parameters
$value : mixed
$options : mixed = 0
$depth : mixed = 512

asString()

private static asString(mixed $value) : mixed
Parameters
$value : mixed

index()

private static index(mixed &$known, mixed &$input, mixed &$value) : mixed
Parameters
$known : mixed
$input : mixed
$value : mixed

keys()

private static keys(mixed &$value) : mixed
Parameters
$value : mixed

loop()

private static loop(mixed $obj, mixed $keys, mixed &$input, mixed &$set, mixed &$output) : mixed
Parameters
$obj : mixed
$keys : mixed
$input : mixed
$set : mixed
$output : mixed

ref()

private static ref(mixed $obj, mixed &$key, mixed &$value, mixed &$input, mixed &$set, mixed &$output) : mixed
Parameters
$obj : mixed
$key : mixed
$value : mixed
$input : mixed
$set : mixed
$output : mixed

relate()

private static relate(mixed &$known, mixed &$input, mixed &$value) : mixed
Parameters
$known : mixed
$input : mixed
$value : mixed

transform()

private static transform(mixed &$known, mixed &$input, mixed &$value) : mixed
Parameters
$known : mixed
$input : mixed
$value : mixed

wrap()

private static wrap(mixed $value) : mixed
Parameters
$value : mixed

        
On this page

Search results