PHP - Functions
What will be the output of the following PHP code?
function add($a, $b) {
return $a + $b;
}
echo add(3, 4);function add($a, $b) {
return $a + $b;
}
echo add(3, 4);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions