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