adspace
What's the output of the ucwords function in this example?
Answer Posted / Tripuresh Misra
The ucwords() function converts the first character of each word to uppercase. If we use it on a string like 'hello world', the output will be 'Hello World'. Note that 'world' is considered as a single word since words are separated by spaces.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Name and explain five of the PHP error constants?
sort term descripttion form, report and uery
What is the current stable version of php? What advance thing in php7?
how to detect a mobile device using php
What is the current stable version of php?
What is trait in php?
Write a program using while loop?
What sized websites have you worked on in the past?
Tell me what kind of things have you done on the social side?
How to calculate the difference between two dates using php?
What is difference between static and final in php?
How can we extract string "pcds.co.in" from a string "https://info@pcds.co.in" using regular expression of php? More on reg can you explain
List some features of php that are deprecated in php7?
How to create a web form?
What is the difference between htmlentities() and htmlspecialchars()?