|
|
File: c:/www/apache/doc2//pear/DB_Error.php
PEAR 2000/12/03 -
DB_Error
PEAR_Error | +-- DB_Error
DB_Error implements a class for reporting portable database error
|
private class DB_Error extends PEAR_Error
DB_Error implements a class for reporting portable database error
messages.
|
|
|
|
|
|
Public Method Details |
DB_Error |
public void DB_Error( [ mixed $code, string $mode ], string $level, string $debuginfo )
|
|
DB_Error constructor.
|
Parameter |
|
mixed |
$code |
= >>DB_ERROR,<< |
|
error code, or string with error message. |
|
|
string |
$mode |
= >>PEAR_ERROR_RETURN,<< |
|
"error mode" to operate in |
|
|
string |
$level |
|
|
Warning: documentation is missing. |
|
|
string |
$debuginfo |
|
|
Warning: documentation is missing. |
|
Returns |
void |
|
|
|
|
PHPDoc 1.0beta |