Zend PHP 5.3 Certification 200-530 Question # 17 Topic 2 Discussion

Zend PHP 5.3 Certification 200-530 Question # 17 Topic 2 Discussion

200-530 Exam Topic 2 Question 17 Discussion:
Question #: 17
Topic #: 2

After performing the following operations:

$a = array('a', 'b', 'c');

$a = array_keys(array_flip($a));

What will be the value of $a?


A.

array('c', 'b', 'a')


B.

array(2, 1, 0)


C.

array('a', 'b', 'c')


D.

None of the above


Get Premium 200-530 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.