MDB::isError() -- checks for an error
Descripción
Checks whether a result code from a MDB method is a
MDB_Error object or not.
Parámetro
- mixed
$value
Variable to check
Valor devuelto
boolean - TRUE, if
$value is a MDB_Error object
Nota
Esta función debe ser llamada
estáticamente.