| 
 
update : 2015.11.03
 
php.shukuma.com검색:
  
 | 
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. 예제Example #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참고
 
  |