Рекурсивный акроним словосочетания «PHP: Hypertext Preprocessor»
Добро пожаловать на форум PHP программистов!
За последние 24 часа нас посетили 19998 программистов и 1650 роботов. Сейчас ищут 1525 программистов ...
MongoClient::selectDB - Gets a database
Вернуться к: MongoClient
MongoClient::selectDB
(PECL mongo >=1.3.0)
MongoClient::selectDB — Gets a database
This extension that defines this method is deprecated. Instead, the MongoDB extension should be used. There is no equivalent for this method in the new extension, but there is an alternative in the PHP library:
Описание
Список параметров
-
name
-
The database name.
Возвращаемые значения
Returns a new database object.
Ошибки
Throws Exception if the database name is invalid.
Вернуться к: MongoClient