A

Admin • 833K Points
Coach

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

  • (A) tolower()
  • (B) lower()
  • (C) strtolower()
  • (D) to_lower()
  • Correct Answer - Option(C)
  • Views: 25
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin

strtolower() converts a string to lowercase.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.