質問編集履歴

1

codeの修正

2017/10/13 09:02

投稿

SugiuraY
SugiuraY

スコア317

test CHANGED
File without changes
test CHANGED
@@ -20,7 +20,7 @@
20
20
 
21
21
 
22
22
 
23
- for ($i=0; $i <$num_count($array_1); $i++) {
23
+ for ($i=0; $i <count($array_1); $i++) {
24
24
 
25
25
  for ($j=0; $j <count($array_2); $j++) {
26
26