質問編集履歴
1
質問内容変更
test
CHANGED
File without changes
|
test
CHANGED
@@ -32,7 +32,7 @@
|
|
32
32
|
|
33
33
|
type:'POST',
|
34
34
|
|
35
|
-
url:"
|
35
|
+
url:"test.php",
|
36
36
|
|
37
37
|
date: {
|
38
38
|
|
@@ -102,7 +102,7 @@
|
|
102
102
|
|
103
103
|
$mng = new \MongoDB\Driver\Manager("mongodb://localhost:27017");
|
104
104
|
|
105
|
-
$result = $mng->executeBulkWrite('
|
105
|
+
$result = $mng->executeBulkWrite('db.todo', $insert);
|
106
106
|
|
107
107
|
|
108
108
|
|