php get first key of array

56

get first element of array php -

array_values($array)[0];

php get first element of array -

array_shift(array_values($array));

get first element of array php -

reset($array);

Comments

Submit
0 Comments