Zend 200-530 Question Answer
What will be the output value of the following code?
$array = array(1,2,3);
while (list(,$v) = each($array));
var_dump(current($array));
Zend 200-530 Summary
- Vendor: Zend
- Product: 200-530
- Update on: Jul 25, 2025
- Questions: 254