Q. What is the output of echo strlen('PHP');? (A) 3 (B) 2 (C) 4 (D) 0 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) 3 Explanation: The strlen() function returns the length of a string. 'PHP' has 3 characters.