Q. What will be the output of strlen('PHP')? (A) 3 (B) 2 (C) 4 (D) 0 ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (A) 3 Explanation: strlen() returns the number of characters in a string, which is 3 for 'PHP'.