// use a foreach() loop to achieve the same result (but additionally displays the key name) foreach ( $array as $key => $item ) echo "$key -> $item\n" ;. // Add ...
確定! 回上一頁