get first part ofe array code example Example 1: first item in array php $firstItem = array_shift($array); Example 2: javascript get first element of array alert(ary[0])