Grab one of the recent CVS snapshots. You will find an
apache_response_headers() function.
-Rasmus
On Wed, 10 Jul 2002, Cristi Dumitrescu wrote:
> Hi,
>
> Is there any way to see the outgoing headers for a PHP document? I mean not
> only the headers I add via header(), but also the headers add
Hi,
Is there any way to see the outgoing headers for a PHP document? I mean not
only the headers I add via header(), but also the headers added by default
by apache, such as Keep-Alive, Connection, Content etc.
I need to count them and compute a traffic report for each PHP served and so
far I've