Gets a database collection
public selectCollection ( string $db, string $collection ) : MongoCollection | ||
$db | string | - The database name. |
$collection | string | - The collection name. |
Результат | MongoCollection | - Returns a new collection object. |