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)
+ AnswerD
+ Report