What will be the output of the following PHP code <php echo ucwords("i love my country"); >?
5 views
1 Answers
Answer: Option 4
The ucwords() function converts the first character of each word in a string to uppercase.
5 views
Answered