Briefing Zend Knowledge

How many elements does the array $pieces contain after the following piece of code has been executed

How many elements does the array $pieces contain after the following piece of code has
been executed? $pieces = explode(“/”, “///”);

A.
0

B.
5

C.
3

D.
4