

MCQOPTIONS
Saved Bookmarks
1. |
Which of the following function returns the number of characters in a string variable? |
A. | len($variable) |
B. | count($variable) |
C. | strlen($variable) |
D. | strcount($variable) |
Answer» D. strcount($variable) | |