|
MongoDBRef::create(PECL mongo >= 0.9.0) MongoDBRef::create — Creates a new database reference ОписаниеIf no database is given, the current database is used. Список параметров
Возвращаемые значенияReturns the reference. ПримерыПример #1 MongoDBRef::create() example This creates a database reference to a document in the addresses collection. The MongoCollection::getName() function returns the name of the collection (not including the database name).
<?php Смотрите также
|
|