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