ADODB_Session Class Reference

List of all members.

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)


Detailed Description

Definition at line 110 of file adodb-session.php.


Member Function Documentation

ADODB_Session.driver ( driver = null  ) 

Definition at line 127 of file adodb-session.php.

References $driver, and $GLOBALS.

Referenced by config(), gc(), open(), and write().

ADODB_Session.host ( host = null  ) 

Definition at line 146 of file adodb-session.php.

References $GLOBALS, and $host.

Referenced by config(), and open().

ADODB_Session.user ( user = null  ) 

Definition at line 165 of file adodb-session.php.

References $GLOBALS, and $user.

Referenced by config(), and open().

ADODB_Session.password ( password = null  ) 

Definition at line 184 of file adodb-session.php.

References $GLOBALS, and $password.

Referenced by config(), and open().

ADODB_Session.database ( database = null  ) 

Definition at line 203 of file adodb-session.php.

References $database, and $GLOBALS.

Referenced by config(), and open().

ADODB_Session.persist ( persist = null  ) 

Definition at line 222 of file adodb-session.php.

Referenced by open().

ADODB_Session.lifetime ( lifetime = null  ) 

Definition at line 235 of file adodb-session.php.

References $GLOBALS.

Referenced by write().

ADODB_Session.debug ( debug = null  ) 

Definition at line 262 of file adodb-session.php.

References $conn, $GLOBALS, and _conn().

Referenced by _dumprs(), config(), gc(), open(), and write().

Here is the call graph for this function:

ADODB_Session.expireNotify ( expire_notify = null  ) 

Definition at line 286 of file adodb-session.php.

References $GLOBALS.

Referenced by destroy(), gc(), and write().

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  ) 

Definition at line 324 of file adodb-session.php.

Referenced by gc().

ADODB_Session.syncSeconds ( sync_seconds = null  ) 

Definition at line 343 of file adodb-session.php.

Referenced by gc().

ADODB_Session.clob ( clob = null  ) 

Definition at line 362 of file adodb-session.php.

References $GLOBALS.

Referenced by config(), and write().

ADODB_Session.dataFieldName ( data_field_name = null  ) 

Definition at line 381 of file adodb-session.php.

Referenced by read(), and write().

ADODB_Session.filter ( filter = null  ) 

Definition at line 393 of file adodb-session.php.

Referenced by read(), and write().

ADODB_Session.encryptionKey ( encryption_key = null  ) 

Definition at line 408 of file adodb-session.php.

Referenced by _sessionKey().

& ADODB_Session._conn ( conn = null  ) 

ADODB_Session._crc ( crc = null  ) 

Definition at line 430 of file adodb-session.php.

Referenced by read(), and write().

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().

Here is the call graph for this function:

ADODB_Session._dumprs ( rs  ) 

Definition at line 465 of file adodb-session.php.

References $conn, $rs, _conn(), debug(), and rs2html().

Referenced by destroy(), gc(), and write().

Here is the call graph for this function:

ADODB_Session.config ( driver,
host,
user,
password,
database = false,
options = false 
)

Definition at line 496 of file adodb-session.php.

References $database, $driver, $host, $options, $password, $user, clob(), database(), debug(), driver(), host(), password(), table(), and user().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

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().

Here is the call graph for this function:

ADODB_Session.destroy ( key  ) 

Definition at line 769 of file adodb-session.php.

References $conn, $key, $rs, $sql, _conn(), _dumprs(), expireNotify(), and table().

Here is the call graph for this function:

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().

Here is the call graph for this function:

ADODB_Session.driver ( driver = null  ) 

Definition at line 157 of file adodb-session2.php.

References $driver, and $GLOBALS.

ADODB_Session.host ( host = null  ) 

Definition at line 177 of file adodb-session2.php.

References $GLOBALS, and $host.

ADODB_Session.user ( user = null  ) 

Definition at line 196 of file adodb-session2.php.

References $GLOBALS, and $user.

ADODB_Session.password ( password = null  ) 

Definition at line 216 of file adodb-session2.php.

References $GLOBALS, and $password.

ADODB_Session.database ( database = null  ) 

Definition at line 236 of file adodb-session2.php.

References $database, and $GLOBALS.

ADODB_Session.persist ( persist = null  ) 

Definition at line 255 of file adodb-session2.php.

ADODB_Session.lifetime ( lifetime = null  ) 

Definition at line 268 of file adodb-session2.php.

References $GLOBALS.

ADODB_Session.debug ( debug = null  ) 

Definition at line 296 of file adodb-session2.php.

References $conn, $GLOBALS, and _conn().

Here is the call graph for this function:

ADODB_Session.expireNotify ( expire_notify = null  ) 

Definition at line 321 of file adodb-session2.php.

References $GLOBALS.

ADODB_Session.table ( table = null  ) 

Definition at line 341 of file adodb-session2.php.

References $GLOBALS.

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  ) 

Definition at line 389 of file adodb-session2.php.

References $GLOBALS.

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  ) 

Definition at line 446 of file adodb-session2.php.

References $GLOBALS.

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().

Here is the call graph for this function:

ADODB_Session._dumprs ( rs  ) 

Definition at line 487 of file adodb-session2.php.

References $conn, $rs, _conn(), debug(), and rs2html().

Here is the call graph for this function:

ADODB_Session.config ( driver,
host,
user,
password,
database = false,
options = false 
)

Definition at line 518 of file adodb-session2.php.

References $database, $driver, $host, $options, $password, $user, clob(), database(), debug(), driver(), host(), password(), table(), and user().

Here is the call graph for this function:

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().

Here is the call graph for this function:

ADODB_Session.close (  ) 

Close the connection

Definition at line 593 of file adodb-session2.php.

ADODB_Session.read ( key  ) 

Definition at line 605 of file adodb-session2.php.

References $conn, $key, $rs, $sql, $v, _conn(), _crc(), _sessionKey(), filter(), and table().

Here is the call graph for this function:

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().

Here is the call graph for this function:

ADODB_Session.destroy ( key  ) 

Definition at line 800 of file adodb-session2.php.

References $conn, $key, $rs, $sql, _conn(), _dumprs(), expireNotify(), and table().

Here is the call graph for this function:

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().

Here is the call graph for this function:


The documentation for this class was generated from the following files:
This documentation is part of typo3-unleashed.net.
It's an automatically created code documentation of the TYPO3 Content Management System.
Created with doxygen