Q. What will be the output of strlen('PHP')?
β
Correct Answer: (A)
3
Explanation: strlen() returns the length of a string.
Explanation: strlen() returns the length of a string.