Reading headers sent

The function apache_request_headers() or its alias getallheaders() spit out the request headers to an array.

<?php
$headers_array = apache_request_headers();
?>

Page Comments (Click to edit)






[Click to add or edit comments])

Please prepend comments below including a date

Design by N.Design Studio, adapted by solidGone.org (version 1.0.0)
Have a nice day.