(PHP 4 >= 4.3.0, PHP 5, PHP 7)
apache_request_headers — ��ȡȫ�� HTTP ����ͷ��Ϣ
��ȡ��ǰ�������������ͷ��Ϣ
������ǰ��������ͷ��Ϣ�����飬ʧ�ܷ���
FALSE
��
�汾 | ˵�� |
---|---|
5.5.7 | �˺��������� CLI server�� |
5.4.0 | �˺��������� FastCGI�� ��ǰ����PHP�� Apache ģ�鷽ʽ����ʱ֧�֡� |
4.3.3 |
�� PHP 4.3.3 ��Ҳ���� Netscape/iPlanet/SunONE Web �������� NSAPI ������ģ��ʹ�ô˺����� |
Example #1 apache_request_headers() ʾ��
<?php
$headers = apache_request_headers();
foreach ($headers as $header => $value) {
echo "$header: $value <br />\n";
}
?>
�������̵���������ڣ�
Accept: */* Accept-Language: en-us Accept-Encoding: gzip, deflate User-Agent: Mozilla/4.0 Host: www.example.com Connection: Keep-Alive