MongoDB::selectCollection

(PECL mongo >=0.9.0)

MongoDB::selectCollectionGets a collection

Opis

public MongoDB::selectCollection ( string $name ) : MongoCollection

Parametry

name

The collection name.

Zwracane wartości

Returns a new collection object.

Błędy/Wyjątki

Throws Exception if the collection name is invalid.

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top