Q:

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

0

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


  1. strtoupper()
  2. uppercase()
  3. str_uppercase()
  4. struppercase()

All Answers

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

(a).strtoupper()

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

total answers (1)

PHP STRINGS AND REGULAR EXPRESSIONS MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
What will be the output of the following PHP code?... >>
<< Say we have two compare two strings which of the f...