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.
3

C.
4

D.
5