ARRAY
I need some help to output this array
$a = array(
""._CHOOSE_=> '-Escoje Una ',
""._ANY_=> 'Any',
"1" => "Español",
"2" => "Ingles",
"3" => "Frances",
"4" => "Italiano",
"5" => "portugues",
"6" => "Chino",
""._NDISCLOSED_ => ''
);
example php code
echo ('array_values($a, 2)'); // I need this to return ENGLISH from the arry
can some one help me with this. thanks