MongoCollection::__construct

(PECL mongo >=0.9.0)

MongoCollection::__constructCreates a new collection

Beschreibung

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

Parameter-Liste

MongoDB db

Parent database.

name

Name for this collection.

Rückgabewerte

Returns a new collection object.

Fehler/Exceptions

Throws default exception if the collection name is invalid.