質問編集履歴

1

間違いを修正

2016/09/28 09:12

投稿

退会済みユーザー
test CHANGED
File without changes
test CHANGED
@@ -28,7 +28,7 @@
28
28
 
29
29
 
30
30
 
31
- $array[] = json_decode($data, true);
31
+ $array = json_decode($data, true);
32
32
 
33
33
 
34
34