PHP function headers_list()
Returns a list of response headers sent (or ready to send)
Availability in PHP 5.0
Returns a list of response headers sent (or ready to send)
Parameters
The function has no input parameters.
Return values
array
A numerically indexed array of headers.
Other resources
Loading comments...