Which PHP function is used to get the length of the string?

54. Which PHP function is used to get the length of the string?

  1. strlength()
  2. strlen()
  3. length()
  4. str_len()

Answer: C) length()

Explanation:

The length() function is used to get the length of the string.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.