Discussion Forum : Php Functions
Question - What will be the output of the following PHP code?function sayHello() {echo "HelloWorld";}$function_holder = "sayHello";$function_holder();
Options:
A .  Error
B .  HelloWorld
C .  No Output
D .  sayHello
Answer: Option B

Submit Your Solution Below and Earn Points !
Next Question
Submit Your Solution hear:

Your email address will not be published. Required fields are marked *