marke
";
echo "--- Land: " . $fahrzeug->marke["land"] . "
";
echo "Typ: $fahrzeug->typ
";
echo "Motordaten:
";
echo "--- Zylinder: "
. $fahrzeug->motordaten["zylinder"] . "
";
echo "--- Katalysator: "
. $fahrzeug->motordaten["katalysator"] . "
";
echo "--- Leistung: " . $fahrzeug->motordaten->leistung . "
";
echo "--- Hubraum: " . $fahrzeug->motordaten->hubraum . "
";
echo "--- --- Ventilzahl: "
. $fahrzeug->motordaten->hubraum["ventilzahl"] . "
";
echo "Gewicht: $fahrzeug->gewicht";
?>