headers_out - Display/set headers out.
headers_out("key", "value" ["key", "value"]*)
This function is used to get the headers_out values or set them.
If not parameters are specified, the function return the current list of headers.
Key and value for firefox must not contains /.
headers_out("X-code", "SedNove", "X-code2", "Extenso"); a = headers_out(); headers_out("Content-Disposition",'attachment; filename="test.xls"');
To set the content type use the set_content_type function
Written by Pierre Laplante, <laplante@sednove.com>
Cras sit amet nibh libero, in gravida nulla. Nulla vel metus scelerisque ante sollicitudin commodo. Cras purus odio, vestibulum in vulputate at, tempus viverra turpis.
1.0 2014-09-09 21:24:14 laplante@sednove.com