[
class tree:
] [
index:
] [
all elements
]
Todo List
Packages:
HTTP_Session2
HTTP_Session
Index of all elements
[
b
] [
c
] [
d
] [
g
] [
h
] [
i
] [
l
] [
m
] [
n
] [
o
] [
p
] [
r
] [
s
] [
u
] [
w
] [
_
]
b
buildPackage.php
procedural page
buildPackage.php
top
c
clear
in file Session2.php, method
HTTP_Session2::clear()
Free all session variables
close
in file Creole.php, method
HTTP_Session2_Container_Creole::close()
Free resources
close
in file MDB.php, method
HTTP_Session2_Container_MDB::close()
Free resources
close
in file ContainerInterface.php, method
HTTP_Session2_Container_Interface::close()
close
in file DB.php, method
HTTP_Session2_Container_DB::close()
Free resources
Creole.php
procedural page
Creole.php
Container.php
procedural page
Container.php
ContainerInterface.php
procedural page
ContainerInterface.php
top
d
destroy
in file MDB.php, method
HTTP_Session2_Container_MDB::destroy()
Destroy session data
destroy
in file Session2.php, method
HTTP_Session2::destroy()
Frees all session variables and destroys all data registered to a session
destroy
in file ContainerInterface.php, method
HTTP_Session2_Container_Interface::destroy()
destroy
in file DB.php, method
HTTP_Session2_Container_DB::destroy()
Destroy session data
destroy
in file Creole.php, method
HTTP_Session2_Container_Creole::destroy()
Destroy session data
detectID
in file Session2.php, method
HTTP_Session2::detectID()
Tries to find any session id in $_GET, $_POST or $_COOKIE
DB.php
procedural page
DB.php
top
g
gc
in file MDB.php, method
HTTP_Session2_Container_MDB::gc()
Garbage collection
gc
in file ContainerInterface.php, method
HTTP_Session2_Container_Interface::gc()
gc
in file DB.php, method
HTTP_Session2_Container_DB::gc()
Garbage collection
gc
in file Creole.php, method
HTTP_Session2_Container_Creole::gc()
Garbage collection
get
in file Session2.php, method
HTTP_Session2::get()
Returns session variable
getLocal
in file Session2.php, method
HTTP_Session2::getLocal()
Returns local variable of a script
top
h
HTTP_Session2
in file Session2.php, class
HTTP_Session2
Class for managing HTTP sessions
HTTP_Session2_Example.php
procedural page
HTTP_Session2_Example.php
HTTP_Session2_Container
in file Container.php, class
HTTP_Session2_Container
Container class for storing session data data
HTTP_Session2_Container_Creole
in file Creole.php, class
HTTP_Session2_Container_Creole
Creole container for session data
HTTP_Session2_Container_DB
in file DB.php, class
HTTP_Session2_Container_DB
Database container for session data
HTTP_Session2_Container_Interface
in file ContainerInterface.php, class
HTTP_Session2_Container_Interface
Container class for storing session data data
HTTP_Session2_Container_MDB
in file MDB.php, class
HTTP_Session2_Container_MDB
Database container for session data
HTTP_Session2_Container_MDB
in file MDB.php, method
HTTP_Session2_Container_MDB::HTTP_Session2_Container_MDB()
Constructor method
HTTP_SESSION2_CONTINUED
in file Session2.php, constant
HTTP_SESSION2_CONTINUED
HTTP_SESSION2_STARTED
in file Session2.php, constant
HTTP_SESSION2_STARTED
top
i
id
in file Session2.php, method
HTTP_Session2::id()
Sets new ID of a session
init
in file Session2.php, method
HTTP_Session2::init()
isExpired
in file Session2.php, method
HTTP_Session2::isExpired()
Check if session is expired
isIdle
in file Session2.php, method
HTTP_Session2::isIdle()
Check if session is idle
isNew
in file Session2.php, method
HTTP_Session2::isNew()
Gets a value indicating whether the session was created with the current request
top
l
localName
in file Session2.php, method
HTTP_Session2::localName()
Sets new local name
top
m
MDB.php
procedural page
MDB.php
top
n
name
in file Session2.php, method
HTTP_Session2::name()
Sets new name of a session
top
o
open
in file MDB.php, method
HTTP_Session2_Container_MDB::open()
Establish connection to a database
open
in file DB.php, method
HTTP_Session2_Container_DB::open()
Establish connection to a database
open
in file Creole.php, method
HTTP_Session2_Container_Creole::open()
Establish connection to a database
open
in file ContainerInterface.php, method
HTTP_Session2_Container_Interface::open()
top
p
parseOptions
in file Container.php, method
HTTP_Session2_Container::parseOptions()
Parse options passed to the container class
pause
in file Session2.php, method
HTTP_Session2::pause()
Writes session data and ends session
top
r
read
in file Creole.php, method
HTTP_Session2_Container_Creole::read()
Read session data
read
in file DB.php, method
HTTP_Session2_Container_DB::read()
Read session data
read
in file MDB.php, method
HTTP_Session2_Container_MDB::read()
Read session data
read
in file ContainerInterface.php, method
HTTP_Session2_Container_Interface::read()
register
in file Session2.php, method
HTTP_Session2::register()
Register variable with the current session
top
s
Session2.php
procedural page
Session2.php
sessionValidThru
in file Session2.php, method
HTTP_Session2::sessionValidThru()
Returns the time up to the session is valid
set
in file Session2.php, method
HTTP_Session2::set()
Sets session variable
set
in file Container.php, method
HTTP_Session2_Container::set()
Set session save handler
setContainer
in file Session2.php, method
HTTP_Session2::setContainer()
Sets user-defined session storage functions
setExpire
in file Session2.php, method
HTTP_Session2::setExpire()
Sets the maximum expire time
setIdle
in file Session2.php, method
HTTP_Session2::setIdle()
Sets the maximum idle time
setLocal
in file Session2.php, method
HTTP_Session2::setLocal()
Sets local variable of a script.
start
in file Session2.php, method
HTTP_Session2::start()
Initializes session data
top
u
unregister
in file Session2.php, method
HTTP_Session2::unregister()
Unregister a variable from the current session
updateIdle
in file Session2.php, method
HTTP_Session2::updateIdle()
Updates the idletime
useCookies
in file Session2.php, method
HTTP_Session2::useCookies()
If optional parameter is specified it indicates whether the module will use cookies to store the session id on the client side
top
w
write
in file MDB.php, method
HTTP_Session2_Container_MDB::write()
Write session data
write
in file DB.php, method
HTTP_Session2_Container_DB::write()
Write session data
write
in file Creole.php, method
HTTP_Session2_Container_Creole::write()
Write session data
write
in file ContainerInterface.php, method
HTTP_Session2_Container_Interface::write()
top
_
__construct
in file DB.php, method
HTTP_Session2_Container_DB::__construct()
Constrtuctor method
__construct
in file Creole.php, method
HTTP_Session2_Container_Creole::__construct()
Constrtuctor method
__construct
in file Container.php, method
HTTP_Session2_Container::__construct()
Constrtuctor method
top
Documentation generated on Mon, 11 Mar 2019 14:18:38 -0400 by
phpDocumentor 1.4.4
. PEAR Logo Copyright © PHP Group 2004.