Zend 200-550 Question Answer
Which value will be assigned to the key 0 in this example?
$foo = array(true, '0' => false, false => true);
Zend 200-550 Question Answer
Which value will be assigned to the key 0 in this example?
$foo = array(true, '0' => false, false => true);