MongoDBRef::get
(PECL mongo >= 0.9.0)
MongoDBRef::get — Fetches the object pointed to by a reference
Описание
Параметри
- db
-
Database to use.
- ref
-
Reference to fetch.
Връщани стойности
Returns the object or NULL.
Примери
Example #1 MongoCollection::createDBRef() example
<?php
// get $person out of the db
$person = $people->findOne();
// dereference the address
$address = MongoDBRef::get($person['address']);
?>
Вж. също
- MongoDB::getDBRef - Fetches the document pointed to by a database reference
- MongoCollection::getDBRef - Fetches the document pointed to by a database reference
There are no user contributed notes for this page.
