Q:

Which of the following function returns a text in title case from a variable?

0

Which of the following function returns a text in title case from a variable?


  1. ucwords($var)
  2. upper($var)
  3. ucword($var)
  4. None of the above

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

A.ucwords($var)

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Output is... >>
<< which function is used to get a lenth of of the st...