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::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.
| ADODB_Session::close | ( | ) |
Close the connection
Definition at line 571 of file adodb-session.php.
| 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.
| 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.
| ADODB_Session::close | ( | ) |
Close the connection
Definition at line 593 of file adodb-session2.php.
| 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.