En basit şekliyle:

foreach ($array as $key => $value) {
    echo $key . ' => ' . $value . "<br>";
}