MongoDBRef
PHP Manual

MongoDBRef::get

(PECL mongo >= 0.9.0)

MongoDBRef::getFetches the object pointed to by a reference

Opis

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

Parametry

db

Database to use.

ref

Reference to fetch.

Zwracane wartości

Returns the object or NULL.

Przykłady

Przykład #1 MongoCollection::createDBRef() example

<?php

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

// dereference the address
$address MongoDBRef::get($person['address']);

?>

Zobacz też:


MongoDBRef
PHP Manual