Mongo
PHP Manual

MongoDBRef クラス

導入

このクラスを使用して、別々のコレクション内にあるオブジェクト間の軽量なリンクを作成します。

クラス概要

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

目次


Mongo
PHP Manual