简单教程
提交运行
代码编辑器:
<?php $age = array("Peter"=>"35","Ben"=>"37","Joe"=>"43"); echo "Peter is " . $age['Peter'] . " years old.";
运行结果: