YfySessionPersistentDataHandler
class YfySessionPersistentDataHandler implements PersistentDataHandler
Class YfySessionPersistentDataHandler
Properties
protected string | $sessionPrefix |
Methods
__construct(bool $enableSessionCheck = true)
YfySessionPersistentDataHandler constructor.
mixed
get(string $key)
从持久化数据存储中根据key获取一个value
set(string $key, mixed $value)
向持久化数据存储中存储一对key,value
Details
at line 27
__construct(bool $enableSessionCheck = true)
YfySessionPersistentDataHandler constructor.
at line 40
mixed
get(string $key)
从持久化数据存储中根据key获取一个value
at line 54
set(string $key, mixed $value)
向持久化数据存储中存储一对key,value