public init(string $namespace): void
Parameter | Type | Description |
---|
$namespace | string | |
public has(string $key, bool $check_empty = false): bool
Parameter | Type | Description |
---|
$key | string | |
$check_empty | bool | |
public get(string $key): mixed
Parameter | Type | Description |
---|
$key | string | |
public set(string $key, mixed $value, int $timeout = 0): bool
Parameter | Type | Description |
---|
$key | string | |
$value | mixed | |
$timeout | int | |
public remove(string $key): bool
Parameter | Type | Description |
---|
$key | string | |
public setOption(string $key, mixed $value): void
Parameter | Type | Description |
---|
$key | string | |
$value | mixed | |
Generated by Hazaar API Doc Generator