Tuesday, 4 September 2012

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

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

 Ans: D

No comments: