A

Admin • 832.27K Points
Coach

Q. Which function is used to convert a string to uppercase in PHP?

  • (A) strtoupper()
  • (B) strtouppercase()
  • (C) toupper()
  • (D) upper()
  • Correct Answer - Option(A)
  • Views: 22
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin

strtoupper() converts all characters in a string to uppercase.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.