MongoGridFSCursor::key
MongoUtil::dbCommand
Mongo
PHP Manual
The MongoUtil class
Introduction
Some handy functions used by the other classes.
Class synopsis
MongoUtil
MongoUtil
{
/* Methods */
public
static
array
dbCommand
(
resource
$conn
,
array
$data
,
string
$db
)
public
static
string
toIndexString
(
string|array
$keys
)
}
Table of Contents
MongoUtil::dbCommand
— Execute a db command
MongoUtil::toIndexString
— Converts a field or array of fields into an underscore-separated string
MongoGridFSCursor::key
MongoUtil::dbCommand
Mongo
PHP Manual