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