end()函数在PHP中用于检索数组中的最后一个元素。end()函数需要一个数组作为其唯一参数,并返回给定的数组的最后一个元素。
$users = array ("52ebook.com", "haotu.net", "qdv.cn", "75271.com"); print end($users);
上面的代码返回:75271.com
end()函数在PHP中用于检索数组中的最后一个元素。end()函数需要一个数组作为其唯一参数,并返回给定的数组的最后一个元素。
$users = array ("52ebook.com", "haotu.net", "qdv.cn", "75271.com"); print end($users);
上面的代码返回:75271.com