PHP Functions
What will be the output of the following PHP code ?
function 2myfunc()
{
echo "Hello World";
}
2myfunc();

None of the mentioned
ERROR
No Output
Hello World

ANSWER DOWNLOAD EXAMIANS APP