MongoDB::selectCollection

(PECL mongo >=0.9.0)

MongoDB::selectCollectionGets a collection

Опис

public MongoCollection MongoDB::selectCollection ( string $name )

Параметри

name

The collection name.

Значення, що повертаються

Returns a new collection object.

Помилки/Винятки

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