Q. Which PHP function is used to find the length of a string? (A) count() (B) length() (C) strlen() (D) size() ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (C) strlen() Explanation: strlen() returns the number of characters in a string.