nerdexam
National_Instruments

200-500 · Question #72

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

How the community answered

(57 responses)
  • A
    2% (1)
  • B
    5% (3)
  • C
    84% (48)
  • D
    9% (5)

Community Discussion

No community discussion yet for this question.

Full 200-500 Practice