TYPO3 CMS  TYPO3_7-6
adodb-session2.php File Reference

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
 

Function Documentation

◆ adodb_sess_gc()

adodb_sess_gc (   $t)

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

References ADODB_Session\gc().

◆ adodb_sess_open()

adodb_sess_open (   $save_path,
  $session_name,
  $persist = true 
)

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

References ADODB_Session\open().

◆ adodb_session_create_table()

adodb_session_create_table (   $schemaFile = null,
  $conn = null 
)

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

References $conn, ADODB_Session\_conn(), and ADODB_SESSION.

◆ adodb_session_regenerate_id()

adodb_session_regenerate_id ( )

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

References $conn, ADODB_Session\_conn(), and ADODB_Session\table().

◆ adodb_unserialize()

adodb_unserialize (   $serialized_string)

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

References $a.

Variable Documentation

◆ ADODB_SESSION

const ADODB_SESSION dirname(__FILE__)

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

Referenced by ADODB_Session\_dumprs(), and adodb_session_create_table().

◆ ADODB_SESSION2

const ADODB_SESSION2 ADODB_SESSION

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