从当前内部指针位置返回元素键:
<?php
$people=array("Peter","Joe","Glenn","Cleveland");
echo "The key from the current position is: " . key($people);
?>
亲自试一试 »
key() 函数从当前内部指针位置返回元素键。
出错时该函数返回 FALSE。
key(
array)
Parameter | Description |
---|---|
array | Required. Specifies the array to use |
返回值: | 返回内部指针当前指向的数组元素的键 |
---|---|
PHP 版本: | 4+ |
截取页面反馈部分,让我们更快修复内容!也可以直接跳过填写反馈内容!