简单教程
提交运行
代码编辑器:
<?php $people = array("Peter","Joe","Glenn","Cleveland"); echo "当前位置的键是: " . key($people);
运行结果: