ADOdb

Database Abstraction Layer for PHP

User Tools

Site Tools


v5:session:reference:clob

ADOdb_Session::clob

Syntax
bool ADOdb_Session::clob(
  optional bool $clobIsAvailable
  )

Description

The static method clob sets or gets the ability to use LOB type fields to store session information. For Oracle databases, this function is automatically enforced.

The value must be set before config() is called

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::clob(true);
ADOdb_Session::config('mysqli',$host,$user,$pass,$database);
v5/session/reference/clob.txt · Last modified: 2018/07/01 22:03 by peterdd