DB::isWarning()

DB::isWarning() -- Tell whether a result code from a DB method is a warning.

Description

boolean isWarning (DB_Error $value)

Warnings differ from errors in that they are generated by DB, and are not fatal.

Returns