Q49
What will be the output of the following PHP code ?
A.
TIME TO LIVE KING SIZE
B.
Time to live king size
C.
Uppercase
D.
Time To Live King Size
AnswerAnswer: Option D
Solution
Answer: Option D
Solution:
The ucwords() function converts the first character of each word in a string to uppercase.