Q. Which PHP function is used to find the length of a string?
β
Correct Answer: (C)
strlen()
Explanation: strlen() returns the number of characters in a string.