DB::connect() (Previous) (Next) DB_common

View this page in Last updated: Mon, 02 Jul 2007
English | Dutch | French | German | Hungarian | Japanese | Polish | Russian | Spanish | Plain HTML

DB::isError()

DB::isError() -- Determines if a variable is a DB_Error object

Beschrijving

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().

Parameter

mixed $value

Variable to check

Return waarde

boolean - TRUE if $value is a DB_Error object

Note

Deze functie zou statisch moeten worden aangeroepen.

DB::connect() (Previous) (Next) DB_common

Download Documentation Last updated: Mon, 02 Jul 2007
Do you think that something on this page is wrong? Please file a bug report or add a note.
User Notes:
There are no user contributed notes for this page.