Mega Code Archive

 
Categories / Php / Data Type
 

An array called $computers with numeric and string keys

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