function summe(int ...$a): int { return array_sum( $a ); } var_dump ( summe(1,5,9) ); Oben genanntes Beispiel steht in meinem Buch aber weiss nicht wo ich anfangen soll bzw was ich damit machen kann. Neuen Kommentar schreiben Ihr Name Betreff Comment Hilfe zum Textformat CAPTCHA This question is for testing whether or not you are a human visitor and to prevent automated spam submissions. Leave this field blank
Neuen Kommentar schreiben