$dbname
$dbname : string
Database name (Horde_Mongo_Client uses this single database by default to ease configuration).
Extend the base PECL MongoClient class by allowing it to be serialized.
None found |
None found |
checkIndices(mixed $collection, array $indices) : boolean
Checks that indices are up-to-date.
mixed | $collection | The collection name or a MongoCollection object. |
array | $indices | The index definition (see ensureIndex()). |
True if the indices are up-to-date.
None found |