Array— definition, example and pronunciation in USA and UK English

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