Method | Description | |
---|---|---|
clear ( ) : void | 清空Cookie值 | |
delete ( string $name ) : void | 删除某个Cookie值 | |
get ( string $name ) : boolean | mixed | 获取某个Cookie值 | |
isExist ( $key ) : boolean | 判断Cookie是否存在 | |
set ( string $name, mixed $value, integer $expire, string $path = '', string $domain = '' ) : void | 设置某个Cookie值 |