How many elements does the array $pieces contain after the following piece of code has been executed?
$pieces = explode("/", "///");
0
3
4
5
Submit