ArrayPrepend(array, value)
Adds an array element to the beginning of the specified array. Returns a Boolean TRUE on successful completion.
See also ArrayAppend.
Name of the array to which you want to prepend data.
The value you want to add to the beginning of the specified array.