Table of Contents
Constants
-
BOOL
= 'bool'
-
DATE
= 'date'
-
DATETIME
= 'datetime'
-
FLOAT
= 'float'
-
INT
= 'int'
-
STRING
= 'string'
Methods
-
value()
: mixed
-
values()
: array<string|int, mixed>
BOOL
public
mixed
BOOL
= 'bool'
DATE
public
mixed
DATE
= 'date'
DATETIME
public
mixed
DATETIME
= 'datetime'
FLOAT
public
mixed
FLOAT
= 'float'
INT
public
mixed
INT
= 'int'
STRING
public
mixed
STRING
= 'string'
value()
public
static value(mixed $value, string $type) : mixed
Parameters
-
$value
: mixed
-
-
$type
: string
-
values()
public
static values(array<string|int, mixed> $values) : array<string|int, mixed>
Parameters
-
$values
: array<string|int, mixed>
-
Return values
array<string|int, mixed>