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