foreach($array as $key => $value) { echo "Key: $key Value: $value"; }