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) | |
| 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) | |
Definition at line 110 of file adodb-session.php.
| ADODB_Session.driver | ( | $ | driver = null |
) |
| ADODB_Session.host | ( | $ | host = null |
) |
| ADODB_Session.user | ( | $ | user = null |
) |
| ADODB_Session.password | ( | $ | password = null |
) |
| ADODB_Session.database | ( | $ | database = null |
) |
| ADODB_Session.persist | ( | $ | persist = null |
) |
| ADODB_Session.lifetime | ( | $ | lifetime = null |
) |
| ADODB_Session.debug | ( | $ | debug = null |
) |
| ADODB_Session.expireNotify | ( | $ | expire_notify = null |
) |
| 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().
| ADODB_Session.optimize | ( | $ | optimize = null |
) |
| ADODB_Session.syncSeconds | ( | $ | sync_seconds = null |
) |
| ADODB_Session.clob | ( | $ | clob = null |
) |
| ADODB_Session.dataFieldName | ( | $ | data_field_name = null |
) |
| ADODB_Session.filter | ( | $ | filter = null |
) |
| ADODB_Session.encryptionKey | ( | $ | encryption_key = null |
) |
| & 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().
| ADODB_Session._crc | ( | $ | crc = null |
) |
| ADODB_Session._init | ( | ) |
Definition at line 442 of file adodb-session.php.
| ADODB_Session._sessionKey | ( | ) |
Definition at line 457 of file adodb-session.php.
References encryptionKey().
Referenced by read(), and write().

| ADODB_Session._dumprs | ( | $ | rs | ) |
| 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, $ok, $password, $user, _conn(), ADONewConnection(), database(), debug(), driver(), host(), ADOConnection.outp(), password(), persist(), and user().
Referenced by adodb_sess_open().

| ADODB_Session.close | ( | ) |
Close the connection
Definition at line 571 of file adodb-session.php.
| ADODB_Session.read | ( | $ | key | ) |
Definition at line 583 of file adodb-session.php.
References $conn, $key, $rs, $sql, $v, _conn(), _crc(), _sessionKey(), dataFieldName(), filter(), and table().

| 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 $arr, $conn, $driver, $key, $rs, $sql, $val, _conn(), _crc(), _dumprs(), _sessionKey(), clob(), dataFieldName(), debug(), driver(), ErrorMsg(), expireNotify(), filter(), lifetime(), ADOConnection.outp(), and table().

| ADODB_Session.destroy | ( | $ | key | ) |
Definition at line 769 of file adodb-session.php.
References $conn, $key, $rs, $sql, _conn(), _dumprs(), expireNotify(), and table().

| ADODB_Session.gc | ( | $ | maxlifetime | ) |
Definition at line 813 of file adodb-session.php.
References $arr, $conn, $driver, $key, $row, $rs, $sql, $sql2, $t, _conn(), _dumprs(), debug(), driver(), expireNotify(), optimize(), ADOConnection.outp(), syncSeconds(), and table().
Referenced by adodb_sess_gc().

| ADODB_Session.driver | ( | $ | driver = null |
) |
| ADODB_Session.host | ( | $ | host = null |
) |
| ADODB_Session.user | ( | $ | user = null |
) |
| ADODB_Session.password | ( | $ | password = null |
) |
| ADODB_Session.database | ( | $ | database = null |
) |
| ADODB_Session.persist | ( | $ | persist = null |
) |
Definition at line 255 of file adodb-session2.php.
| ADODB_Session.lifetime | ( | $ | lifetime = null |
) |
| ADODB_Session.debug | ( | $ | debug = null |
) |
Definition at line 296 of file adodb-session2.php.
References $conn, $GLOBALS, and _conn().

| ADODB_Session.expireNotify | ( | $ | expire_notify = null |
) |
| ADODB_Session.table | ( | $ | table = null |
) |
| ADODB_Session.optimize | ( | $ | optimize = null |
) |
Definition at line 361 of file adodb-session2.php.
| ADODB_Session.syncSeconds | ( | $ | sync_seconds = null |
) |
Definition at line 381 of file adodb-session2.php.
| ADODB_Session.clob | ( | $ | clob = null |
) |
| ADODB_Session.dataFieldName | ( | $ | data_field_name = null |
) |
Definition at line 408 of file adodb-session2.php.
| ADODB_Session.filter | ( | $ | filter = null |
) |
Definition at line 415 of file adodb-session2.php.
| ADODB_Session.encryptionKey | ( | $ | encryption_key = null |
) |
Definition at line 430 of file adodb-session2.php.
| & ADODB_Session._conn | ( | $ | conn = null |
) |
| ADODB_Session._crc | ( | $ | crc = null |
) |
Definition at line 452 of file adodb-session2.php.
| ADODB_Session._init | ( | ) |
Definition at line 464 of file adodb-session2.php.
| ADODB_Session._sessionKey | ( | ) |
Definition at line 479 of file adodb-session2.php.
References encryptionKey().

| ADODB_Session._dumprs | ( | $ | rs | ) |
| 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 538 of file adodb-session2.php.
References $conn, $database, $driver, $GLOBALS, $host, $ok, $password, $user, _conn(), ADONewConnection(), database(), debug(), driver(), host(), ADOConnection.outp(), password(), persist(), and user().

| ADODB_Session.close | ( | ) |
Close the connection
Definition at line 593 of file adodb-session2.php.
| ADODB_Session.read | ( | $ | key | ) |
| 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 658 of file adodb-session2.php.
References $conn, $driver, $key, $rs, $sql, $val, _conn(), _crc(), _dumprs(), _sessionKey(), clob(), debug(), driver(), ErrorMsg(), expireNotify(), filter(), lifetime(), ADOConnection.outp(), and table().

| ADODB_Session.destroy | ( | $ | key | ) |
Definition at line 800 of file adodb-session2.php.
References $conn, $key, $rs, $sql, _conn(), _dumprs(), expireNotify(), and table().

| ADODB_Session.gc | ( | $ | maxlifetime | ) |
Definition at line 847 of file adodb-session2.php.
References $arr, $conn, $driver, $key, $row, $rs, $sql, $sql2, _conn(), _dumprs(), debug(), driver(), expireNotify(), optimize(), ADOConnection.outp(), and table().
