Question:Which of the following functions could be used to break a string into an array?
A array_split() B split() C string_split() D preg_match_all() E explode()
+ AnswerB D E
+ Report