array_unshift in PHP

Synatx of array_unshift int array_unshift(array stack, mixed value1[, … mixed valueN]) Returns a copy of the given array with the additional arguments added to the beginning of the array; the added elements are added as a whole, so the elements as they appear in the array are in the same order as they appear in … Read more