Mongo
PHP Manual

The MongoDBRef class

소개

This class can be used to create lightweight links between objects in different collections.

클래스 개요

MongoDBRef
MongoDBRef {
/* Methods */
public static array create ( string $ns , mixed $id )
public static array get ( MongoDB $db , array $ref )
public static boolean isRef ( array $ref )
}

Table of Contents


Mongo
PHP Manual