Свойство | Тип | Описание | |
---|---|---|---|
$config | |||
$init |
Метод | Описание | |
---|---|---|
clear ( string | null $prefix = null ) : mixed | Cookie清空 | |
delete ( string $name, string | null $prefix = null ) : mixed | Cookie删除 | |
get ( string $name, string | null $prefix = null ) : mixed | Cookie获取 | |
has ( string $name, string | null $prefix = null ) : boolean | 判断Cookie数据 | |
init ( array $config = [] ) : void | Cookie初始化 | |
prefix ( string $prefix = '' ) : string | void | 设置或者获取cookie作用域(前缀) | |
set ( string $name, mixed $value = '', mixed $option = null ) : mixed | Cookie 设置、获取、删除 |
Метод | Описание | |
---|---|---|
jsonFormatProtect ( &$val, $key, $type = 'encode' ) |