update : 2015.11.03
php.shukuma.com검색:
|
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. 예제Example #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. |