We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9139e commit e23eb74Copy full SHA for e23eb74
docs/data.md
@@ -22,7 +22,7 @@ foreach ($zips as $string) {
22
23
$manager = new MongoDB\Driver\Manager("mongodb://localhost");
24
25
-$result = $manager->executeBulkWrite("test.zips", $bulk);
+$result = $manager->executeBulkWrite("examples.zips", $bulk);
26
printf("Inserted %d documents\n", $result->getInsertedCount());
27
28
?>
0 commit comments