1 OF 50
Multiple choice question
Which of the following function returns the number of characters in a string variable?
O
A. count($variable)
O
B. len($variable)
C. strcount($variable)
D. strlen($variable)
Answers
Answered by
0
Answer:
D
Explanation:
srtlen is used to count length of a string
Similar questions