Briefing Zend Knowledge

Which PHP function retrieves a list of HTTP headers that have been sent as part of the HTTP response

Which PHP function retrieves a list of HTTP headers that have been sent as part of the
HTTP response or are ready to be sent?

A.
headers()

B.
getresponseheaders()

C.
header()

D.
headers_sent()

E.
headers_list()