downloads | documentation | faq | getting help | mailing lists | licenses | wiki | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

MongoDBRef::isRef> <MongoDBRef::create
[edit] Last updated: Fri, 23 Mar 2012

view this page in

MongoDBRef::get

(PECL mongo >= 0.9.0)

MongoDBRef::getFetches the object pointed to by a reference

Açıklama

public static array MongoDBRef::get ( MongoDB $db , array $ref )

Değiştirgeler

db

Database to use.

ref

Reference to fetch.

Dönen Değerler

Returns the document to which the reference refers or NULL if the document does not exist (the reference is broken).

Örnekler

Örnek 1 MongoCollection::createDBRef() example

<?php

// get $person out of the db
$person $people->findOne();

// dereference the address
$address MongoDBRef::get($people->db$person['address']);

?>

Ayrıca Bakınız



add a note add a note User Contributed Notes MongoDBRef::get
There are no user contributed notes for this page.

 
show source | credits | stats | sitemap | contact | advertising | mirror sites