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

Описание

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

Параметр

mixed $value

Variable to check

Возвращаемое значение

boolean - TRUE if $value is a DB_Error object

Заметка

Эта функция должна вызываться статически.

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.