TYPO3 CMS
TYPO3_6-2
|
Go to the source code of this file.
Classes | |
class | ADODB_Session |
Functions | |
adodb_unserialize ( $serialized_string) | |
adodb_session_regenerate_id () | |
adodb_session_create_table ($schemaFile=null, $conn=null) | |
adodb_sess_open ($save_path, $session_name, $persist=true) | |
adodb_sess_gc ($t) | |
Variables | |
const | ADODB_SESSION dirname(__FILE__) |
const | ADODB_SESSION2 ADODB_SESSION |
adodb_sess_gc | ( | $t | ) |
Definition at line 932 of file adodb-session2.php.
References ADODB_Session\gc().
adodb_sess_open | ( | $save_path, | |
$session_name, | |||
$persist = true |
|||
) |
Definition at line 927 of file adodb-session2.php.
References ADODB_Session\open().
adodb_session_create_table | ( | $schemaFile = null , |
|
$conn = null |
|||
) |
Definition at line 124 of file adodb-session2.php.
References $conn, ADODB_Session\_conn(), and ADODB_SESSION.
adodb_session_regenerate_id | ( | ) |
Definition at line 90 of file adodb-session2.php.
References $conn, ADODB_Session\_conn(), and ADODB_Session\table().
adodb_unserialize | ( | $serialized_string | ) |
Definition at line 76 of file adodb-session2.php.
const ADODB_SESSION dirname(__FILE__) |
Definition at line 64 of file adodb-session2.php.
Referenced by ADODB_Session\_dumprs(), and adodb_session_create_table().
const ADODB_SESSION2 ADODB_SESSION |
Definition at line 65 of file adodb-session2.php.