MongoDB
PHP Manual

MongoDB::__construct

(PECL mongo >=0.9.0)

MongoDB::__constructCreates a new database

Описание

MongoDB::__construct ( Mongo $conn , string $name )

Список параметров

Mongo conn

Database connection.

name

Database name.

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

Returns the database.

Errors/Exceptions

Throws InvalidArgumentException if the database name is invalid.


MongoDB
PHP Manual