[ Index ]

PHP Cross Reference of phpBB-3.3.14-deutsch

title

Body

[close]

/vendor/symfony/http-foundation/Session/Storage/Handler/ -> AbstractSessionHandler.php (summary)

This abstract session handler provides a generic implementation of the PHP 7.0 SessionUpdateTimestampHandlerInterface, enabling strict and lazy session handling.

Author: Nicolas Grekas <p@tchwork.com>
File Size: 171 lines (6 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 5 functions

  open()
  validateId()
  read()
  write()
  destroy()

Functions
Functions that are not part of a class:

open($savePath, $sessionName)   X-Ref

return: bool

validateId($sessionId)   X-Ref

return: bool

read($sessionId)   X-Ref

return: string

write($sessionId, $data)   X-Ref

return: bool

destroy($sessionId)   X-Ref

return: bool



Generated: Mon Nov 25 19:05:08 2024 Cross-referenced by PHPXref 0.7.1