SessionHandlerInterface
Provides forward compatibility with PHP 5.4
Extensive documentation can be found at php.net, see links:
@author Drak <drak@zikula.org>
Expanded class hierarchy of SessionHandlerInterface
All classes that implement SessionHandlerInterface
http://php.net/sessionhandlerinterface
http://php.net/session.customhandler
http://php.net/session-set-save-handler
Name![]() |
Modifiers | Type | Description | Overrides |
---|---|---|---|---|
SessionHandlerInterface:: |
public | function | Close session. | |
SessionHandlerInterface:: |
public | function | Destroys this session. | |
SessionHandlerInterface:: |
public | function | Garbage collection for storage. | |
SessionHandlerInterface:: |
public | function | Open session. | |
SessionHandlerInterface:: |
public | function | Read session. | |
SessionHandlerInterface:: |
public | function | Commit session to storage. |