March 2002
Intermediate to advanced
528 pages
21h 29m
English
array_unshift
int array_unshift(arraystack, mixedvalue1[, ... mixedvalueN])
Returns a copy of the given array, with the additional arguments added to the front 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 the argument list. Returns the number of elements in the new array.