1.函数的作用:返回数组的最后一个元素 2.函数的参数: @params array &$array 3.例子: 1 <?php 2 $arr[1] = ‘First‘; 3 $arr[0] = ‘Second‘; 4 echo end($arr); 时间: 2024-10-14 14:03:32