[ class tree: ] [ index: ] [ all elements ]

Index of all elements

[ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ m ] [ o ] [ p ] [ r ] [ s ] [ _ ]

c

close
in file MDB2.php, method HTTP_SessionServer_Storage_MDB2::close()
    close the session
close
in file Filesystem.php, method HTTP_SessionServer_Storage_Filesystem::close()
    close the session
close
in file DB.php, method HTTP_SessionServer_Storage_DB::close()
    close the session
close
in file Storage.php, method HTTP_SessionServer_Storage::close()
    close the session
close
in file Client.php, method HTTP_SessionServer_Client::close()
    close an existing session
commit
in file Storage.php, method HTTP_SessionServer_Storage::commit()
    commit the session
commit
in file Filesystem.php, method HTTP_SessionServer_Storage_Filesystem::commit()
    commit the session
commit
in file MDB2.php, method HTTP_SessionServer_Storage_MDB2::commit()
    commit the session
commit
in file DB.php, method HTTP_SessionServer_Storage_DB::commit()
    commit the session
commit
in file Client.php, method HTTP_SessionServer_Client::commit()
    commit the session (change mode to readonly)
create
in file Client.php, method HTTP_SessionServer_Client::create()
    creates a new session
client.php
procedural page client.php
Client.php
procedural page Client.php
top

d

destroy
in file MDB2.php, method HTTP_SessionServer_Storage_MDB2::destroy()
    destroy the current session
destroy
in file Storage.php, method HTTP_SessionServer_Storage::destroy()
    destroy the current session
destroy
in file Filesystem.php, method HTTP_SessionServer_Storage_Filesystem::destroy()
    destroy the current session
destroy
in file DB.php, method HTTP_SessionServer_Storage_DB::destroy()
    destroy the current session
destroy
in file Client.php, method HTTP_SessionServer_Client::destroy()
    destroy an existing session
DB.php
procedural page DB.php
top

e

exists
in file Storage.php, method HTTP_SessionServer_Storage::exists()
    check, whether a key exists
exists
in file Client.php, method HTTP_SessionServer_Client::exists()
    check, whether a value exists
top

f

Filesystem.php
procedural page Filesystem.php
top

g

generateNewId
in file Storage.php, method HTTP_SessionServer_Storage::generateNewId()
    generate a new session id
get
in file Storage.php, method HTTP_SessionServer_Storage::get()
    get a value from the session
get
in file Client.php, method HTTP_SessionServer_Client::get()
    get a session value
getAll
in file Storage.php, method HTTP_SessionServer_Storage::getAll()
    get all values in the session
getAll
in file Client.php, method HTTP_SessionServer_Client::getAll()
    get all session data as an array
getKeys
in file Storage.php, method HTTP_SessionServer_Storage::getKeys()
    get all session keys
getKeys
in file Client.php, method HTTP_SessionServer_Client::getKeys()
    get all keys in the session
top

h

HTTP_SessionServer
in file SessionServer.php, method HTTP_SessionServer::HTTP_SessionServer()
    constructor
HTTP_SessionServer
in file SessionServer.php, class HTTP_SessionServer
    Session Server class
HTTP_SessionServer_Client
in file Client.php, class HTTP_SessionServer_Client
    Example client for the SessionServer
HTTP_SessionServer_Client
in file Client.php, method HTTP_SessionServer_Client::HTTP_SessionServer_Client()
    constructor
HTTP_SESSIONSERVER_CLIENT_MODE_READ
in file Client.php, constant HTTP_SESSIONSERVER_CLIENT_MODE_READ
    open session for read access
HTTP_SESSIONSERVER_CLIENT_MODE_READWRITE
in file Client.php, constant HTTP_SESSIONSERVER_CLIENT_MODE_READWRITE
    open session for read and write access
HTTP_SESSIONSERVER_CLIENT_MODE_WRITE
in file Client.php, constant HTTP_SESSIONSERVER_CLIENT_MODE_WRITE
    open session for write access
HTTP_SessionServer_SaveHandler_close
in file SaveHandler.php, function HTTP_SessionServer_SaveHandler_close()
    close the session
HTTP_SessionServer_SaveHandler_destroy
in file SaveHandler.php, function HTTP_SessionServer_SaveHandler_destroy()
    destroy session data
HTTP_SessionServer_SaveHandler_gc
in file SaveHandler.php, function HTTP_SessionServer_SaveHandler_gc()
    garbage collection
HTTP_SessionServer_SaveHandler_open
in file SaveHandler.php, function HTTP_SessionServer_SaveHandler_open()
    open session
HTTP_SessionServer_SaveHandler_read
in file SaveHandler.php, function HTTP_SessionServer_SaveHandler_read()
    read data from session server
HTTP_SessionServer_SaveHandler_write
in file SaveHandler.php, function HTTP_SessionServer_SaveHandler_write()
    write data to session server
HTTP_SessionServer_Storage
in file Storage.php, method HTTP_SessionServer_Storage::HTTP_SessionServer_Storage()
    constructor
HTTP_SessionServer_Storage
in file Storage.php, class HTTP_SessionServer_Storage
    Session storage base class
HTTP_SessionServer_Storage_DB
in file DB.php, class HTTP_SessionServer_Storage_DB
    Session storage for filesystem database.
HTTP_SessionServer_Storage_Filesystem
in file Filesystem.php, class HTTP_SessionServer_Storage_Filesystem
    Session storage for filesystem
HTTP_SessionServer_Storage_MDB2
in file MDB2.php, class HTTP_SessionServer_Storage_MDB2
    Session storage for filesystem database.
HTTP_SESSIONSERVER_STORAGE_MODE_READ
in file Storage.php, constant HTTP_SESSIONSERVER_STORAGE_MODE_READ
    open session for read access
HTTP_SESSIONSERVER_STORAGE_MODE_READWRITE
in file Storage.php, constant HTTP_SESSIONSERVER_STORAGE_MODE_READWRITE
    open session for read and write access
HTTP_SESSIONSERVER_STORAGE_MODE_WRITE
in file Storage.php, constant HTTP_SESSIONSERVER_STORAGE_MODE_WRITE
    open session for write access
top

i

isOpen
in file Storage.php, method HTTP_SessionServer_Storage::isOpen()
    check, whether the session is open
top

m

MDB2.php
procedural page MDB2.php
top

o

onReceiveData
in file SessionServer.php, method HTTP_SessionServer::onReceiveData()
    recieve data from the client
open
in file Storage.php, method HTTP_SessionServer_Storage::open()
    open an existing session
open
in file MDB2.php, method HTTP_SessionServer_Storage_MDB2::open()
    Opens an existing session or creates a new one.
open
in file Filesystem.php, method HTTP_SessionServer_Storage_Filesystem::open()
    open an existing session
open
in file DB.php, method HTTP_SessionServer_Storage_DB::open()
    Opens an existing session or creates a new one.
open
in file Client.php, method HTTP_SessionServer_Client::open()
    open an existing session
top

p

put
in file Client.php, method HTTP_SessionServer_Client::put()
    store a session value
put
in file Storage.php, method HTTP_SessionServer_Storage::put()
    store a value in the session
putAll
in file Client.php, method HTTP_SessionServer_Client::putAll()
    store all session data
top

r

regenerateId
in file Client.php, method HTTP_SessionServer_Client::regenerateId()
    generate a new session id while keeping the session data
regenerateId
in file Storage.php, method HTTP_SessionServer_Storage::regenerateId()
    chage the session id
remove
in file Client.php, method HTTP_SessionServer_Client::remove()
    remove a session value
remove
in file Storage.php, method HTTP_SessionServer_Storage::remove()
    remove a value from the session
top

s

server.php
procedural page server.php
server_db.php
procedural page server_db.php
session_save_handler.php
procedural page session_save_handler.php
SaveHandler.php
procedural page SaveHandler.php
Storage.php
procedural page Storage.php
SessionServer.php
procedural page SessionServer.php
service
in file SessionServer.php, method HTTP_SessionServer::service()
    start the server
setAll
in file Storage.php, method HTTP_SessionServer_Storage::setAll()
    set all values in the session
top

_

_HTTP_SessionServer_Client
in file Client.php, method HTTP_SessionServer_Client::_HTTP_SessionServer_Client()
    destructor
_sendCommand
in file Client.php, method HTTP_SessionServer_Client::_sendCommand()
    utility function to send a command to the server
top

Documentation generated on Mon, 11 Mar 2019 14:36:19 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.