ExamTiger : Simplified Guide for competitive exams and interviews
Aptitude Tests, Mental Ability, Objective MCQ Sets, Questions and Answers, PDF, Shortcut Tips

PHP : Web Designing Questions & Answers



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


A.
count($variable)
B.
len($variable)
C.
strcount($variable)
D.
strlen($variable)

Answer / Explanation

Correct Answer is : Option D.


More Questions on PHP Programming