Briefing Zend Knowledge

how can you remove a previously set header?

Before the headers are sent, how can you remove a previously set header?

A.
Use the header_remove() function, providing the name of the header

B.
Use the die() function to abort the PHP script

C.
Not possible

D.
Use the headers_list() function, providing the name of the header as the second

argument