What will be the output of the following PHP code ?
<?php
function case()
{
ECHO "Hello World!<br>";
echo "Hello World!<br>";
EcHo "Hello World!<br>";
}
case();
?>
- Hello World!
- Hello World! Hello World!
- Hello World!
Hello World!
Hello World!
- None of the mentioned
(c).Hello World!
need an explanation for this answer? contact us directly to get an explanation for this answerHello World!
Hello World!