HttpAuthInterface
in
Interface HttpAuthInterface
Table of Contents
Methods
get()
获取
public
get(string $key[, bool $deCode = false ]) : mixed
Parameters
- $key : string
- $deCode : bool = false
Return values
mixed —set()
设置
public
set(string $key, string|array<string|int, mixed> $value, int $expire) : mixed
Parameters
- $key : string
- $value : string|array<string|int, mixed>
- $expire : int