DB::connect()

DB::connect() -- Connects to a database

Synopsis

Описание

Creates a new DB connection object and connect to the specified database

Параметр

string or array $dsn

Data Source Name. String formats are described in the DSN section while array formats are covered in the "Intro - Connect" section.

array $options

An optional argument can contain runtime configuration settings for this package. See setOption() for more information on the available settings.

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

object - a new DB object or a DB_Error object on failure

Throws

Заметка

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

См. также

disconnect(), "Intro - Connect"

    Поддержать сайт на родительском проекте КГБ