Q. Which PHP function is used to find the length of a string?

  • (A) count()
  • (B) length()
  • (C) strlen()
  • (D) size()
πŸ’¬ Discuss
βœ… Correct Answer: (C) strlen()
Explanation: strlen() returns the number of characters in a string.
Explanation by: Admin
strlen() returns the number of characters in a string.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
43
Total Visits
πŸ“½οΈ
8 mo ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
92%
Success Rate