Codice PHP: <? function sommaNumeri($x,$y) { return $x+$y; } echo sommaNumeri("6","4"); ?> restituirà 10
<? function sommaNumeri($x,$y) { return $x+$y; } echo sommaNumeri("6","4"); ?>
Regole del Forum