New Year Sale Limited Time 70% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: simple70

Zend PHP 5 Certification 200-500 Question # 35 Topic 4 Discussion

Zend PHP 5 Certification 200-500 Question # 35 Topic 4 Discussion

200-500 Exam Topic 4 Question 35 Discussion:
Question #: 35
Topic #: 4

What will be the result of the following operation?

array_combine(array("A","B","C"), array(1,2,3));


A.

array("A","B",C",1,2,3)


B.

array(1,2,3,"A","B",C")


C.

array("A"=>1,"B"=>2,"C"=>3)


D.

array(1=>"A",2=>"B",3=>"C")


E.

array(1,2,3)


Get Premium 200-500 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.