CrossPHP

HttpAuthInterface
in

Interface HttpAuthInterface

Table of Contents

get()  : mixed
获取
set()  : mixed
设置

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
Return values
mixed

Search results