gpt4 book ai didi

PHP:如何从数组中弹出最后一项而不实际从数组中删除它?

转载 作者:行者123 更新时间:2023-12-01 13:33:22 24 4
gpt4 key购买 nike

这个问题在这里已经有了答案:




9年前关闭。




Possible Duplicate:
PHP get index of last inserted item in array



我有一个数组或可变长度,并且想要一种快速简便的方法来了解数组中最后一项的值(而不实际从数组中删除它)。如何从数组中弹出最后一个项目而不实际将其从数组中删除?

最佳答案

试试 end

<?php

$fruits = array('apple', 'banana', 'cranberry');
echo end($fruits); // cranberry

?>

关于PHP:如何从数组中弹出最后一项而不实际从数组中删除它?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10304331/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com