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

  • (A) tolower()
  • (B) lower()
  • (C) strtolower()
  • (D) to_lower()
πŸ’¬ Discuss
βœ… Correct Answer: (C) strtolower()
Explanation: strtolower() converts a string to lowercase.
Explanation by: Rati Dubey
strtolower() converts a string to lowercase.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
106
Total Visits
πŸ“½οΈ
1 y ago
Published
πŸŽ–οΈ
Rati Dubey
Publisher
πŸ“ˆ
95%
Success Rate