require_once 'MDB.php';
boolean MDB::isError (mixed $value)
boolean MDB::isError
Checks whether a result code from a MDB method is a MDB_Error object or not.
Variable to check
boolean - TRUE, if $value is a MDB_Error object
This function should be called statically.