Answers for "get the first and last element in an array php"

PHP
2

php last item of array

echo end(['Gon', 'Killua', 'Hisoka']) // print Hisoka
Posted by: Guest on January-31-2021

Code answers related to "get the first and last element in an array php"

Browse Popular Code Answers by Language