MDB::connect() | MDB_Common |
MDB | |
PEAR Manual | |
require_once 'MDB.php'; |
boolean MDB::isError
(
mixed $value
)
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.
MDB::connect() | MDB_Common |
MDB | |
PEAR Manual | |