CORRECT TEXT
Which value will be assigned to the key O in the following code?
$a = array(true, ‘0’ => false, false => true);
Which value will be assigned to the key 0 in the following code?
Answer: 1
CORRECT TEXT
Which value will be assigned to the key O in the following code?
$a = array(true, ‘0’ => false, false => true);
Which value will be assigned to the key 0 in the following code?
Answer: 1