Data Type Php

$computers['t'] = 'A';
$computers[2] = 'B';
$computers['A'] = 'C';
?>