Briefing Zend Knowledge

Which function will remove the value 28 from $a?

Given the following array:

Which function will remove the value 28 from $a?

A. array_shift()

B. array_pop()
C. array_pull()
D. array_unshift()