ahahahahahahahahahahaahah smontarlo!!?!?!?!?! ahahahahahahah


scusa non ho resistito

se non stai giocando con i lego, che intendi per smontare? iterare gli elementi dell'array?

Codice PHP:

$arr 
= array('uno'=>1,'due'=>2);

foreach(
$arr as $key => $value)
   echo 
"chiave: $key - valore: $value \n"