DB::connect() | DB_common |
DB | |
PEAR Manual | |
boolean isError (
mixed $value
)
Checks whether a result code from a DB method is a DB_Error object or not.
You're generally better off using PEAR::isError() instead of the DB specific isError().
Variable to check
boolean - TRUE if $value is a DB_Error object
This function should be called statically.
Using isError()
|
DB::connect() | DB_common |
DB | |
PEAR Manual | |