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.
header()

B.
headers()

C.
headers_list()

D.
headers_sent()