Question:Which of the following PHP function is used to determine the length of any string?
A strlen() B str_len() C count() D length()
+ AnswerA
+ Report