PHP - Functions
What will this PHP code output?
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