HEADERS
NAME
headers - Function headers
SYNOPSIS
a = headers_in();
b = headers_out();
c = err_headers_out();
DESCRIPTION
- HEADERS_IN
- MIME header environment from the request.
- HEADERS_OUT
- MIME header environment for the response.
- ERR_HEADERS_OUT
- MIME header environment for the response, printed even on errors and persist across internal redirects.
SEE ALSO
AUTHOR
Written by Pierre Laplante, <laplante@sednove.com>
MODIFICATIONS
1.0 2014-09-09 21:24:14 laplante@sednove.com
Edit