A

Admin • 802.91K Points
Coach

Q. What is the output of echo strlen('PHP');?

  • (A) 3
  • (B) 2
  • (C) 4
  • (D) 0
  • Correct Answer - Option(A)
  • Views: 3
  • Filed under category PHP
  • Hashtags:

Explanation by: Admin
The strlen() function returns the length of a string. 'PHP' has 3 characters.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.