(PECL mongo >=0.9.0)
MongoDB::createCollection — Creates a collection
The name of the collection.
If the collection should be a fixed size.
If the collection is fixed size, its size in bytes.
If the collection is fixed size, the maximum number of elements to store in the collection.
Returns a collection object representing the new collection.