找考题网-背景图
单项选择题

对于下列代码,输出结果为a的选项是()
$arr =array(array(’one’=>’a’,’two’=>’b’));

A.arr[0]
B.arr[’one’]
C.arr[0][’one’]
D.arr[’one’][0]