Packageindex Classtrees Modulegroups Elementlist Report XML Files

File: c:/www/apache/doc2//pear/DB_Warning.php
PEAR 2000/12/03 -

DB_Warning

PEAR_Error
   |
  +-- DB_Warning

DB_Warning implements a class for reporting portable database

 

private class DB_Warning extends PEAR_Error

DB_Warning implements a class for reporting portable database
warning messages.

AuthorsStig Bakken <ssb@fast.no>

 

Methods inherited from PEAR_Error

pear_error, getmode, getcallback, getmessage, getcode, gettype, getdebuginfo, tostring

Public Method Summary

void

DB_Warning([ mixed $code, string $mode ], string $level, string $debuginfo)

DB_Warning constructor.

Fields inherited from PEAR_Error

$error_message_prefix, $error_prepend, $error_append, $mode, $level, $code, $message, $debuginfo, $file, $line

Public Method Details

DB_Warning

public void DB_Warning( [ mixed $code, string $mode ], string $level, string $debuginfo )

  DB_Warning constructor.

Parameter
mixed $code = >>DB_WARNING,<<
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



Packageindex Classtrees Modulegroups Elementlist Report XML Files
PHPDoc 1.0beta