收到“通知:未定义的偏移量:”错误

时间:2019-05-03 21:54:57

标签: php

我试图在数组中盘旋,但无法显示数组内容。 不断收到“注意:未定义的偏移量:7”错误

代码:

$good_words =['fudge', 'trucker', 'shoot', 'stitch', 'bass', 'trucker', 'baby'];

for ($i=0; $i < count($good_words); $i++); { 
    echo $good_words[$i];   
}

0 个答案:

没有答案