tryphp_func_array4.php:
"35","Ben"=>"37","Joe"=>"43"); foreach($age as $x=>$x_value) { echo "Key=" . $x . ", Value=" . $x_value; echo "
"; } ?>
Key=Peter, Value=35
Key=Ben, Value=37
Key=Joe, Value=43