$arr = Array('primero','segundo','tercero');
$arr[0] => 'primero'; $arr[1] => 'segundo'; $arr[2] => 'tercero';