Which one would you use?
Basically I only want to get the 1st element from a array, that\'s it.
array_shift will actually remove the specified value from the array. Do not use it unless you really want to reduce the array!
array_shift
See here: http://php.net/manual/en/function.array-shift.php