Briefing Zend Knowledge

How many array elements will be found in the return value of: <code> split(".", &quo

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

A.
0

B.
2

C.
3

D.
1

E.
6

F.
4