array

US
UK
array
a data structure such as a variable that holds other variables in a particular order; for example: $a = ($b, $c, $d)
US
UK
The programmer decided to store all her variables in an array, so she could loop through them and perform a callback function.