Examveda
Examveda

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

A. strtoupper()

B. uppercase()

C. str_uppercase()

D. struppercase()

Answer: Option A

Solution(By Examveda Team)

Its prototype follows string strtoupper(string str).

This Question Belongs to PHP >> Regular Expressions

Join The Discussion

Related Questions on Regular Expressions