MongoCollection::__construct

(PECL mongo >=0.9.0)

MongoCollection::__constructCreates a new collection

Opis

public MongoCollection::__construct ( MongoDB $db , string $name )

Parametry

MongoDB db

Parent database.

name

Name for this collection.

Zwracane wartości

Returns a new collection object.

Błędy/Wyjątki

Throws default 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