PdfPrep.com

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

Answer: C

Exit mobile version