DB::isError()
Description
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().
Example
Example 39-1. Using isError()
|
|
Helping ordinary people create extraordinary websites! |
|
DB::isError()DescriptionChecks 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(). Example
|