Home »
MCQs »
PHP MCQs
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?
- strlength()
- strlen()
- length()
- str_len()
Answer: C) length()
Explanation:
The length() function is used to get the length of the string.