Q. What is the output of echo strlen('PHP');?
β
Correct Answer: (A)
3
Explanation: The strlen() function returns the length of a string. 'PHP' has 3 characters.