Which one would you use?
Basically I only want to get the 1st element from a array, that\'s it.
given what you need, $arr[0] is preferrable, because it's faster. array_shift is used in other situations.