Zend 200-550 Question Answer
How many elements does the array $pieces contain after the following piece of code has been executed?
$pieces = explode("/", "///");
Zend 200-550 Question Answer
How many elements does the array $pieces contain after the following piece of code has been executed?
$pieces = explode("/", "///");