Skip to content

$arrayUnshift

Adds elements to the beginning of the array

Parameters

NameDescriptionEnforcedDefault Value
NameThe name of the array.YesNone
ElementsElements to be added to the array.YesNone

Example

$arrayUnshift[name;...elements]