質問編集履歴

1

2022/01/29 15:04

投稿

kaizokuou_haha
kaizokuou_haha

スコア2

test CHANGED
File without changes
test CHANGED
@@ -66,7 +66,7 @@
66
66
  for($i=4; $i<count($result); $i++)){
67
67
 
68
68
  $replace3=substr_replace($replace3, $result[$i+3], $id_first, $id_length);
69
-
69
+         //ここも配列数に応じて変える必要がある
70
70
  Storage::prepend('result\result.csv', $replace3);
71
71
  }
72
72
  }