Associative array

ассоциативный массив массив (набор данных), каждый элемент которого может индексироваться произвольной строкой, а не только целым числом, как обычно это делается в большинстве ЯВУ Смотри также: array

Англо-русский словарь компьютерных терминов

Associative array

(Or "hash", "map", "dictionary") An array where the indices are not just integers but may be arbitrary strings. awk and its descendants (e.g. Perl) have associative arrays which are implemented using hash coding for faster look-up.

Free Online Dictionary of Computing