Answers for "how to print the first in array php"

PHP
2

get first element of array php

array_values($array)[0];
Posted by: Guest on May-31-2021
-1

get first element of array php

array_pop(array_reverse($array));
Posted by: Guest on September-21-2021

Code answers related to "how to print the first in array php"

Browse Popular Code Answers by Language