Vidyalelo
PHP · Q14

Regular Expressions

Programming · PHP · question 14

Q14

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

A.
strtoupper()
Answer
B.
uppercase()
C.
str_uppercase()
D.
struppercase()

Answer: Option A

Solution

Answer: Option A
Solution:
Its prototype follows string strtoupper(string str).