Value
Table of Contents
Methods
-
arr()
: Value
-
bool()
: Value
-
keys()
: array<string|int, mixed>
-
num()
: Value
-
obj()
: Value
-
str()
: Value
arr()
public
static arr(array<string|int, mixed> $arr) : Value
Parameters
-
$arr
: array<string|int, mixed>
-
bool()
public
static bool(bool $b) : Value
Parameters
-
$b
: bool
-
keys()
public
static keys(Value $value) : array<string|int, mixed>
Parameters
-
$value
: Value
-
Return values
array<string|int, mixed>
num()
public
static num(float $num) : Value
Parameters
-
$num
: float
-
obj()
public
static obj(array<string|int, mixed> $obj) : Value
Parameters
-
$obj
: array<string|int, mixed>
-
str()
public
static str(string $str) : Value
Parameters
-
$str
: string
-