update : 2015.11.03
php.shukuma.com검색:
|
MongoCollection::getDBRef(PECL mongo >=0.9.0) MongoCollection::getDBRef — Fetches the document pointed to by a database reference 설명
public array MongoCollection::getDBRef
( array
$ref
)인수
반환값Returns the database document pointed to by the reference. 예제Example #1 MongoCollection::getDBRef() example
<?php 위 예제의 출력 예시: Dazed and Confused Ma na ma na Bohemian Rhapsody In the above example each $songRef looks something like the following: Array ( [$ref] => songs [$id] => 49902cde5162504500b45c2c ) |