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