Vars
Table of Contents
- append() : mixed
- get() : mixed
- getVars() : array<string|int, mixed>
- Get an array of all available variables.
- set() : mixed
- unsetLocalVariables() : mixed
- Reset local variables.
Methods
append()
public
static append(string $key, mixed $val) : mixed
Parameters
- $key : string
- $val : mixed
Return values
mixed —get()
public
static get(string $key[, string $returnInvalid = null ]) : mixed
Parameters
- $key : string
- $returnInvalid : string = null
Return values
mixed —getVars()
Get an array of all available variables.
public
static getVars() : array<string|int, mixed>
Return values
array<string|int, mixed> —set()
public
static set(string $key, mixed $val) : mixed
Parameters
- $key : string
- $val : mixed
Return values
mixed —unsetLocalVariables()
Reset local variables.
public
static unsetLocalVariables() : mixed