First Elemento of Array PHP
$array = key($array) //devuelve posiciones del array $array = reset($array); // resetea el array a la primera posicion y la devuelve