Codice PHP:
<?
function sommaNumeri($x,$y) {
return 
$x+$y;
}

echo 
sommaNumeri("6","4");
?>
restituirà 10