PHP - Functions
What is wrong with this PHP code?
function add($a, $b) {
return $a + $b;
}
echo add(5);function add($a, $b) {
return $a + $b;
}
echo add(5);15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions