____________ function in PHP returns a list of response headers sent (or ready to send)

Options
- header()
- headers_list()
- header_sent()
- header_send()


CORRECT ANSWER : headers_list()

Discussion Board
List of response

Answer : header_list()

The headers_list() function will return a list of headers to be sent to the browser.
It returns a list of response headers sent (or ready to send) to a client.



IamJay 02-9-2015 11:38 PM

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement