Procedural File: adodb-errorhandler.inc.php
Source Location: /includes/classes/adodb/adodb-errorhandler.inc.php
Page Details:
Tags:
ADODB_ERROR_HANDLER [line 18]
ADODB_ERROR_HANDLER_TYPE [line 16]
ADODB_Error_Handler [line 31]
void ADODB_Error_Handler(
$dbms $dbms, $fn $fn, $errno $errno, $errmsg $errmsg, $p1, $p2, &$thisConnection, $thisConn $current)
|
|
Default Error Handler. This will be called with the following params
Parameters
| $fn |
$fn |
the name of the calling function (in uppercase) |
| $thisConn |
$current |
connection object - can be false if no connection object created |
| $dbms |
$dbms |
the RDBMS you are connecting to |
| $errno |
$errno |
the native error number from the database |
| $errmsg |
$errmsg |
the native error msg from the database |
| |
$p1 |
|
| |
$p2 |
|
| |
&$thisConnection |
|
|
|