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 948dc43 commit bcd1213Copy full SHA for bcd1213
source/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