Questo potrebbe andarti bene?
Codice PHP:
foreach($array as $key => $value)
   echo 
"Chiave: {$key} - Valore: {$value}
"

EDIT: Preceduto di poco