interface SessionHandlerInterface

SessionHandlerInterface

Provides forward compatibility with PHP 5.4

Extensive documentation can be found at php.net, see links:

@author Drak <drak@zikula.org>

Hierarchy

Expanded class hierarchy of SessionHandlerInterface

All classes that implement SessionHandlerInterface

See also

http://php.net/sessionhandlerinterface

http://php.net/session.customhandler

http://php.net/session-set-save-handler

2 string references to 'SessionHandlerInterface'

File

drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Resources/stubs/SessionHandlerInterface.php, line 25

View source

Members

Namesort descending Modifiers Type Description Overrides
SessionHandlerInterface::close public function Close session.
SessionHandlerInterface::destroy public function Destroys this session.
SessionHandlerInterface::gc public function Garbage collection for storage.
SessionHandlerInterface::open public function Open session.
SessionHandlerInterface::read public function Read session.
SessionHandlerInterface::write public function Commit session to storage.