PHP : Web Designing Questions & Answers
Question : Which of the following function returns a text in title case from a variable?
A.
ucwords($var)
B.
upper($var)
C.
toupper($var)
D.
ucword($var)
Correct Answer is : Option A.
- Which of the following function returns the number of characters in a string variable?
- PHP Stands for?
- PHP is an example of ___________ scripting language.
- Who is known as the father of PHP?
- Which of the following is not true?