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

No Output
None of the mentioned
Hello World
ERROR

ANSWER DOWNLOAD EXAMIANS APP