require_once 'DB.php';
boolean DB::isWarning (PEAR_Error $value)
boolean DB::isWarning
Checks whether a result code from a DB method is a warning or not.
boolean - TRUE, if $value is a warning
This function should be called statically
Warnings can be ignored.
DB::isError()