PHP enters the loop body and echoes out $things_i_hate[ $i ]. During the first iteration, $i = 0, so the first element in the array is displayed ...
確定! 回上一頁