Q. What is the output of strlen('PHP')?
β
Correct Answer: (B)
3
Explanation: strlen() returns the length of the string, which is 3 in this case.