|
MongoCollection::createDBRefCreates a database reference Description
public array MongoCollection::createDBRef
( mixed
$document_or_id
)Parameters
Return ValuesReturns a database reference array.
If an array without an _id field was provided as the
document_or_id parameter, ExamplesExample #1 MongoCollection::createDBRef example
<?php See Also
|