MCQ Single Best Answer Not Set

QWhich one of the following functions will convert a string to all uppercase?

ID: #2396 PHP String and Regular Expression 938 views
Question Info
#2396Q ID
Not SetDifficulty
PHP String and Regular ExpressionTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A strtoupper()
  • B uppercase()
  • C str_uppercase()
  • D struppercase()
Correct Answer: Option A

Explanation

Its prototype follows string strtoupper(string str).

Share This Question

Challenge a friend or share with your study group.