Which of the following function returns the number of characters in a string variable?
count($variable)
len($variable)
strcount($variable)
strlen($variable)