Zend
200-710 · Question #212
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?
The correct answer is C. headers_list(). See the full explanation below for the reasoning.
Question
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?
Options
- Aheader()
- Bheaders()
- Cheaders_list()
- Dheaders_sent()
- Egetresponseheaders()
How the community answered
(32 responses)- A3% (1)
- B16% (5)
- C72% (23)
- D3% (1)
- E6% (2)
Community Discussion
No community discussion yet for this question.