(PHP 4 >= 4.3.0, PHP 5)
apache_response_headers — 모든 HTTP 응답 헤더를 가져옵니다
모든 HTTP 응답 헤더를 가져옵니다.
성공시엔 모든 아파치 응답 헤더의 배열, 실패시엔 FALSE.
Example #1 apache_response_headers() 예제
<?php
print_r(apache_response_headers());
?>
위 예제의 출력 예시:
Array ( [Accept-Ranges] => bytes [X-Powered-By] => PHP/4.3.8 )
Note: PHP 4.3.3부터 이 함수를 넷스케이프/iPlanet/SunONE 웹서버의 NSAPI 서버 모듈에서도 사용할 수 있습니다.