Programming Languages PHP Objective
Mar 15, 2013

Which of the following function returns the number of characters in a string variable?

Choose the correct answer:
A) count($variable)
B) len($variable)
C) strcount($variable)
D) strlen($variable)
Detailed Explanation

Option D is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback