PHPのforearchで連想配列からキーと値を取得

foreach (配列変数 as キー変数 => 値変数){
  実行する処理1;
  実行する処理2;
}