Teddy D

Generation

translateMon, 30 Jan 2023

call the function values $item and paste

<?php $item = add(1, 2); echo $item; function add($a, $b){ return $a + $b; } ?>

Questions about programming?Chat with your personal AI assistant