πŸ“Š PHP
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

πŸ‘οΈ
1
Total Visits
πŸ“½οΈ
1 d ago
Published
πŸŽ–οΈ
Admin
Publisher
πŸ“ˆ
88%
Success Rate