ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:session:reference:adodb_unserialize

This is an old revision of the document!


adodb_session_unserialize

Syntax
bool ADOdb_Session::debug(
  optional bool $enableDebugger
  )

Description

The static method debug enables or disables debugging on the session connection. This is not the same value as the debugging associated with the database abstraction layer debugging.

Use As A Getter

When used without parameters it returns the currently set value

Usage

 
include_once 'adodb/adodb.inc.php';
include_once "adodb/session/adodb-session2.php";
 
ADODB_session::config($driver,$host,$user,$pass,$database);
ADOdb_session::debug(true);
v5/session/reference/adodb_unserialize.1463837143.txt.gz · Last modified: 2017/04/21 11:38 (external edit)