PHP Apache Headers Request

Apache Headers Request

<?
foreach (apache_request_headers() as $show => $value) echo "$show - $value\n";
?>