Backend
Less than 1 minute
Backend
Methods
init
public init({Array})
Parameters
Parameter | Type | Description |
---|---|---|
$namespace | string |
has
public has({Array})
Parameters
Parameter | Type | Description |
---|---|---|
$key | string | |
$check_empty | bool |
get
public get({Array})
Parameters
Parameter | Type | Description |
---|---|---|
$key | string |
set
public set({Array})
Parameters
Parameter | Type | Description |
---|---|---|
$key | string | |
$value | mixed | |
$timeout | int |
remove
public remove({Array})
Parameters
Parameter | Type | Description |
---|---|---|
$key | string |
clear
public clear({Array})
toArray
public toArray({Array})
count
public count({Array})
setOption
public setOption({Array})
Parameters
Parameter | Type | Description |
---|---|---|
$key | string | |
$value | mixed |
Generated by Hazaar API Doc Generator