运行 ❯
获取您自己的
PHP
服务器
×
更改方向
更改主题,黑色/白色
转到空间
<!DOCTYPE html> <html> <body> <?php $people=array("Peter","Joe","Glenn","Cleveland"); echo "The key from the current position is: " . key($people); ?> </body> </html>