\think\contractSessionHandlerInterface

Session驱动接口

Summary

Methods
Constants
read()
delete()
write()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

read()

read(\think\contract\string  $sessionId) 

Parameters

\think\contract\string $sessionId

delete()

delete(\think\contract\string  $sessionId) 

Parameters

\think\contract\string $sessionId

write()

write(\think\contract\string  $sessionId, \think\contract\string  $data) 

Parameters

\think\contract\string $sessionId
\think\contract\string $data