(PECL mongo >=0.9.0)
Gets a collection
public MongoCollection MongoDB::selectCollection ( string $name )
Parameters:
name
The collection name.
Returns:
Returns a new collection object.
Exception:
Throws Exception if the collection name is invalid.
Please login to continue.