|
MongoDB::getDBRef(PECL mongo >=0.9.0) MongoDB::getDBRef — Fetches the document pointed to by a database reference Описание
public array MongoDB::getDBRef
( array $ref
)
Список параметров
Возвращаемые значенияReturns the document pointed to by the reference. ПримерыПример #1 MongoDB::getDBRef() example Example demonstrating how to get a database reference and what the expected input is.
<?php See MongoDB::createDBRef() for more information about how to programatically create DB references. |
|