Q. What will be the output of strlen('PHP')? (A) 3 (B) 2 (C) 4 (D) 1 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) 3 Explanation: strlen() returns the length of a string.