A php supported basic structure; a keyed list of items.
Each item in the list can be randomly accessed, either by its position in the list, or using a key to its position.
PHP distinguishes sequential arrays and associated array, but treats them equally.
In this software arrays are typed by list array, vector array, bundle array, indexed array.