update : 2015.11.03
php.shukuma.com검색:
|
MongoDB::__construct(PECL mongo >=0.9.0) MongoDB::__construct — Creates a new database 설명This method is not meant to be called directly. The preferred way to create an instance of MongoDB is through MongoClient::__get() or MongoClient::selectDB(). If you're ignoring the previous paragraph and want to call it directly you can do so:
<?php But don't. Isn't this much nicer:
<?php 반환값Returns the database. 오류/예외Throws default exception if the database name is invalid. |