API documentation :: Docs For Class arbitHttpSessionBackend
Packages:Interfaces:
Classes:
|
Core::arbitHttpSessionBackendClass arbitHttpSessionBackendArbit HTTP session backend Default HTTP session backend, using the PHP session_* functions to operate a statefull session over HTTP. Arbit HTTP session backend Default HTTP session backend, using the PHP session_* functions to operate a statefull session over HTTP. arbitSessionBackend | --arbitHttpSessionBackendAuthor(s):
Method Summary
Inherited Methods
Methodsinitialize
void
initialize(
)
Initializes the sessioInitializes the session Initializes the sessioInitializes the session Redefinition of:
offsetExists
boolean
offsetExists(
string
$offset
)
Check if variable is stored in the session. Check if variable is stored in the session. Returns false if the variable is not known in the session. Parameters:
offsetGet
mixed
offsetGet(
string
$offset
)
Get contents of the requested session item Get contents of the requested session item Parameters:
offsetSet
void
offsetSet(
string
$offset
, mixed
$value
)
Set variable in session Adds new item to the session, or overwrites an existing entry. value should be serializable. Set variable in session Adds new item to the session, or overwrites an existing entry. The added value should be serializable. Parameters:
offsetUnset
void
offsetUnset(
string
$offset
)
Removes item from session Removes item from session Parameters:
writeClose
void
writeClose(
)
Close the session After a call to this method no more write operations are allowed to the session. Close the session After a call to this method no more write operations are allowed to the session. Redefinition of:
Documentation generated on Mon, 05 Apr 2010 14:01:59 +0200 by phpDocumentor 1.4.3
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||