February 2013
Intermediate to advanced
538 pages
20h 55m
English
array_unshift
int array_unshift(arraystack, mixedvalue1[, ... mixedvalueN])
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 the argument list. Returns the number of elements in the new array.
Read now
Unlock full access