Prepare for the ZCE exam using our quizzes (web or iPad/iPhone). More info...
A new collection is created using createCollection().
createCollection()
Example 72. Creating collection
<?php$documents->createCollection("mydata");
If you call createCollection() with a collection name that already exists, the service will do nothing and leave the existing collection untouched.