open() open(string $savePath, mixed $sessName) : bool 打开Session Parameters string $savePath mixed $sessName Throws \think\Exception Returns bool —
write() write(string $sessID, string $sessData) : bool 写入Session Parameters string $sessID string $sessData Returns bool —
gc() gc(string $sessMaxLifeTime) : bool Session 垃圾回收 Parameters string $sessMaxLifeTime Returns bool —