(No version information available, might only be in Git)
MongoCommandCursor::__construct — Create a new command cursor
$connection
, string $ns
[, array $command
= array()
] )Users are not supposed to create a MongoCommandCursor manually, but instead use MongoCollection::commandCursor().
connection
Database connection.
ns
Full name of database and collection.
command
Database command.
Returns the new cursor.