Discussion Forum : Php Functions
Question - What will be the output of the following PHP code ?function uppercase($string) {echo ucwords($string);}$wow = "uppercase";$wow("Time to live king size");
Options:
A .  Time To Live King Size
B .  TIME TO LIVE KING SIZE
C .  Uppercase
D .  Time to live king size
Answer: Option A

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

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