0 votes
in PHP by
Which of the following function converts a string to all uppercase?

a) upper()

b) uppercase()

c) struppercase()

d) strtoupper()

1 Answer

0 votes
by

d) strtoupper()

Description: The strtoupper() is one of the most popular functions of PHP, which is widely used to convert the string into uppercase. It takes a string as a parameter and converts all lowercase English character of that string to uppercase.

Related questions

+1 vote
asked Jul 5, 2021 in Angular by sharadyadav1986
+1 vote
asked Mar 19, 2020 in PHP by DavidAnderson
...