TYPO3 CMS
TYPO3_6-2
|
Public Member Functions | |
driver ($driver=null) | |
host ($host=null) | |
user ($user=null) | |
password ($password=null) | |
database ($database=null) | |
persist ($persist=null) | |
lifetime ($lifetime=null) | |
debug ($debug=null) | |
expireNotify ($expire_notify=null) | |
table ($table=null) | |
optimize ($optimize=null) | |
syncSeconds ($sync_seconds=null) | |
clob ($clob=null) | |
dataFieldName ($data_field_name=null) | |
filter ($filter=null) | |
encryptionKey ($encryption_key=null) | |
_conn ($conn=null) | |
_crc ($crc=null) | |
_init () | |
_sessionKey () | |
_dumprs ($rs) | |
config ($driver, $host, $user, $password, $database=false, $options=false) | |
open ($save_path, $session_name, $persist=null) | |
close () | |
read ($key) | |
write ($key, $val) | |
destroy ($key) | |
gc ($maxlifetime) | |
Static Public Member Functions | |
static | driver ($driver=null) |
static | host ($host=null) |
static | user ($user=null) |
static | password ($password=null) |
static | database ($database=null) |
static | persist ($persist=null) |
static | lifetime ($lifetime=null) |
static | debug ($debug=null) |
static | expireNotify ($expire_notify=null) |
static | table ($table=null) |
static | optimize ($optimize=null) |
static | syncSeconds ($sync_seconds=null) |
static | clob ($clob=null) |
static | dataFieldName ($data_field_name=null) |
static | filter ($filter=null) |
static | encryptionKey ($encryption_key=null) |
static | _conn ($conn=null) |
static | _crc ($crc=null) |
static | _init () |
static | _sessionKey () |
static | _dumprs (&$rs) |
static | config ($driver, $host, $user, $password, $database=false, $options=false) |
static | open ($save_path, $session_name, $persist=null) |
static | close () |
static | read ($key) |
static | write ($key, $oval) |
static | destroy ($key) |
static | gc ($maxlifetime) |
Definition at line 110 of file adodb-session.php.
ADODB_Session::_conn | ( | $conn = null | ) |
Definition at line 424 of file adodb-session.php.
References $GLOBALS.
Referenced by _dumprs(), adodb_session_create_table(), adodb_session_regenerate_id(), debug(), destroy(), gc(), open(), read(), and write().
|
static |
Definition at line 446 of file adodb-session2.php.
References $GLOBALS.
ADODB_Session::_crc | ( | $crc = null | ) |
Definition at line 430 of file adodb-session.php.
|
static |
Definition at line 452 of file adodb-session2.php.
ADODB_Session::_dumprs | ( | $rs | ) |
|
static |
Definition at line 487 of file adodb-session2.php.
References $conn, $rs, _conn(), ADODB_SESSION, debug(), and rs2html().
ADODB_Session::_init | ( | ) |
Definition at line 442 of file adodb-session.php.
Referenced by gc().
|
static |
Definition at line 464 of file adodb-session2.php.
ADODB_Session::_sessionKey | ( | ) |
Definition at line 457 of file adodb-session.php.
References encryptionKey().
|
static |
Definition at line 479 of file adodb-session2.php.
References encryptionKey().
ADODB_Session::clob | ( | $clob = null | ) |
Definition at line 362 of file adodb-session.php.
References $GLOBALS.
|
static |
Definition at line 389 of file adodb-session2.php.
References $GLOBALS.
ADODB_Session::close | ( | ) |
Close the connection
Definition at line 571 of file adodb-session.php.
|
static |
Close the connection
Definition at line 597 of file adodb-session2.php.
ADODB_Session::config | ( | $driver, | |
$host, | |||
$user, | |||
$password, | |||
$database = false , |
|||
$options = false |
|||
) |
Definition at line 496 of file adodb-session.php.
References $database, $driver, $host, clob(), database(), debug(), driver(), host(), password(), table(), and user().
|
static |
Definition at line 520 of file adodb-session2.php.
References $database, $driver, $host, clob(), database(), debug(), driver(), host(), password(), table(), and user().
ADODB_Session::database | ( | $database = null | ) |
|
static |
Definition at line 236 of file adodb-session2.php.
ADODB_Session::dataFieldName | ( | $data_field_name = null | ) |
Definition at line 381 of file adodb-session.php.
|
static |
Definition at line 408 of file adodb-session2.php.
ADODB_Session::debug | ( | $debug = null | ) |
|
static |
Definition at line 296 of file adodb-session2.php.
ADODB_Session::destroy | ( | $key | ) |
Definition at line 769 of file adodb-session.php.
References $conn, $rs, $sql, _conn(), _dumprs(), expireNotify(), and table().
|
static |
Definition at line 793 of file adodb-session2.php.
References $conn, $rs, $sql, _conn(), _dumprs(), debug(), expireNotify(), and table().
ADODB_Session::driver | ( | $driver = null | ) |
|
static |
Definition at line 157 of file adodb-session2.php.
ADODB_Session::encryptionKey | ( | $encryption_key = null | ) |
Definition at line 408 of file adodb-session.php.
Referenced by _sessionKey().
|
static |
Definition at line 430 of file adodb-session2.php.
ADODB_Session::expireNotify | ( | $expire_notify = null | ) |
|
static |
Definition at line 321 of file adodb-session2.php.
References $GLOBALS.
ADODB_Session::filter | ( | $filter = null | ) |
Definition at line 393 of file adodb-session.php.
|
static |
Definition at line 415 of file adodb-session2.php.
ADODB_Session::gc | ( | $maxlifetime | ) |
Definition at line 813 of file adodb-session.php.
References $conn, $driver, $rs, $sql, _conn(), _dumprs(), _init(), debug(), driver(), expireNotify(), optimize(), syncSeconds(), and table().
Referenced by adodb_sess_gc().
|
static |
Definition at line 840 of file adodb-session2.php.
References $conn, $driver, $rs, $sql, _conn(), _dumprs(), _init(), debug(), driver(), expireNotify(), optimize(), and table().
ADODB_Session::host | ( | $host = null | ) |
|
static |
Definition at line 177 of file adodb-session2.php.
ADODB_Session::lifetime | ( | $lifetime = null | ) |
|
static |
Definition at line 268 of file adodb-session2.php.
References $GLOBALS.
ADODB_Session::open | ( | $save_path, | |
$session_name, | |||
$persist = null |
|||
) |
Create the connection to the database.
If $conn already exists, reuse that connection
Definition at line 516 of file adodb-session.php.
References $conn, $database, $driver, $GLOBALS, $host, _conn(), database(), debug(), driver(), host(), password(), persist(), and user().
Referenced by adodb_sess_open().
|
static |
Create the connection to the database.
If $conn already exists, reuse that connection
Definition at line 540 of file adodb-session2.php.
References $conn, $database, $driver, $GLOBALS, $host, _conn(), database(), debug(), driver(), host(), password(), persist(), and user().
ADODB_Session::optimize | ( | $optimize = null | ) |
Definition at line 324 of file adodb-session.php.
Referenced by gc().
|
static |
Definition at line 361 of file adodb-session2.php.
ADODB_Session::password | ( | $password = null | ) |
Definition at line 184 of file adodb-session.php.
References $GLOBALS.
|
static |
Definition at line 216 of file adodb-session2.php.
References $GLOBALS.
ADODB_Session::persist | ( | $persist = null | ) |
Definition at line 222 of file adodb-session.php.
Referenced by open().
|
static |
Definition at line 255 of file adodb-session2.php.
ADODB_Session::read | ( | $key | ) |
Definition at line 583 of file adodb-session.php.
References $conn, $rs, $sql, _conn(), _crc(), _sessionKey(), dataFieldName(), filter(), and table().
|
static |
Definition at line 609 of file adodb-session2.php.
References $conn, $rs, $sql, _conn(), _crc(), _sessionKey(), filter(), and table().
ADODB_Session::syncSeconds | ( | $sync_seconds = null | ) |
Definition at line 343 of file adodb-session.php.
Referenced by gc().
|
static |
Definition at line 381 of file adodb-session2.php.
ADODB_Session::table | ( | $table = null | ) |
Definition at line 305 of file adodb-session.php.
References $GLOBALS.
Referenced by adodb_session_regenerate_id(), config(), destroy(), gc(), read(), and write().
|
static |
Definition at line 341 of file adodb-session2.php.
References $GLOBALS.
ADODB_Session::user | ( | $user = null | ) |
Definition at line 165 of file adodb-session.php.
References $GLOBALS.
|
static |
Definition at line 196 of file adodb-session2.php.
References $GLOBALS.
ADODB_Session::write | ( | $key, | |
$val | |||
) |
Write the serialized data to a database.
If the data has not been modified since the last read(), we do not write.
Definition at line 637 of file adodb-session.php.
References $conn, $driver, $rs, $sql, _conn(), _crc(), _dumprs(), _sessionKey(), clob(), dataFieldName(), debug(), driver(), expireNotify(), filter(), lifetime(), and table().
|
static |
Write the serialized data to a database.
If the data has not been modified since the last read(), we do not write.
Definition at line 663 of file adodb-session2.php.
References $conn, $driver, $rs, $sql, _conn(), _crc(), _dumprs(), _sessionKey(), clob(), debug(), driver(), expireNotify(), filter(), lifetime(), and table().