PHP untuk setiap Schleife

foreach ($name as $key => $value) {
    echo ("Position {$key} enthält {$value}. ");
}
JK