ExamTiger : Simplified Guide for competitive exams and interviews
Aptitude Tests, Mental Ability, Objective MCQ Sets, Questions and Answers, PDF, Shortcut Tips

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)

Answer / Explanation

Correct Answer is : Option A.


More Questions on PHP Programming