MongoDBRef::get

(PECL mongo >= 0.9.0)

MongoDBRef::getFetches the object pointed to by a reference

Описание

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

Список параметров

db

Database to use.

ref

Reference to fetch.

Возвращаемые значения

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

Примеры

Пример #1 MongoCollection::createDBRef() example

<?php

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

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

?>

Смотрите также

Коментарии

404 Not Found

404 Not Found


nginx

    Поддержать сайт на родительском проекте КГБ