How do I update an array key without disturbing the element order ?
Suppose an existing array("FR", values ...)
where I want to change 0 => "FR" to "country" => "FR" 
and keep the original element order.

TIA, Cor

Reply via email to