Briefing Zend Knowledge

How many array elements will be found in the return value of: split(".", "A.B.C"

How many array elements will be found in the return value of:
split(“.”, “A.B.C”)

A.
1

B.
2

C.
3

D.
1

E.
6

F.
4