Zend PHP 5.3 Certification 200-530 Question # 60 Topic 7 Discussion

Zend PHP 5.3 Certification 200-530 Question # 60 Topic 7 Discussion

200-530 Exam Topic 7 Question 60 Discussion:
Question #: 60
Topic #: 7

Given the following array:

$a = array(28, 15, 77, 43);

Which function will remove the value 28 from $a?


A.

array_shift()


B.

array_pop()


C.

array_pull()


D.

array_unshift()


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.