質問編集履歴

1

\$addressesを\$arrに修正しました

2017/08/11 09:43

投稿

k.t.est
k.t.est

スコア49

test CHANGED
File without changes
test CHANGED
@@ -30,7 +30,7 @@
30
30
 
31
31
  $file = new SplFileObject ($file_path, "r+");
32
32
 
33
- foreach ($addresses as $key => $val){
33
+ foreach ($arr as $key => $val){
34
34
 
35
35
  $export_arr = "";
36
36