Value
in package
Value interface is used to efficiently serialize objects into the wire protocol.
Table of Contents
Methods
- blob() : mixed
- bool() : mixed
- float() : mixed
- geoJson() : mixed
- hll() : mixed
- infinity() : mixed
- int() : mixed
- json() : mixed
- list() : mixed
- map() : mixed
- nil() : mixed
- string() : mixed
- uint() : mixed
- wildcard() : mixed
Methods
blob()
public
static blob(array<string|int, mixed> $val) : mixed
Parameters
- $val : array<string|int, mixed>
bool()
public
static bool(bool $val) : mixed
Parameters
- $val : bool
float()
public
static float(float $val) : mixed
Parameters
- $val : float
geoJson()
public
static geoJson(string $val) : mixed
Parameters
- $val : string
hll()
public
static hll(array<string|int, mixed> $val) : mixed
Parameters
- $val : array<string|int, mixed>
infinity()
public
static infinity() : mixed
int()
public
static int(int $val) : mixed
Parameters
- $val : int
json()
public
static json(array<string|int, mixed> $val) : mixed
Parameters
- $val : array<string|int, mixed>
list()
public
static list(array<string|int, mixed> $val) : mixed
Parameters
- $val : array<string|int, mixed>
map()
public
static map(mixed $val) : mixed
Parameters
- $val : mixed
nil()
public
static nil() : mixed
string()
public
static string(string $val) : mixed
Parameters
- $val : string
uint()
public
static uint(int $val) : mixed
Parameters
- $val : int
wildcard()
public
static wildcard() : mixed