update : 2015.11.03
php.shukuma.com검색:
|
apache_response_headers(PHP 4 >= 4.3.0, PHP 5, PHP 7) apache_response_headers — 모든 HTTP 응답 헤더를 가져옵니다 설명
array apache_response_headers
( void
)
모든 HTTP 응답 헤더를 가져옵니다. 반환값
성공시엔 모든 아파치 응답 헤더의 배열, 실패시엔 예제
Example #1 apache_response_headers() 예제
<?php 위 예제의 출력 예시: Array ( [Accept-Ranges] => bytes [X-Powered-By] => PHP/4.3.8 ) 주의PHP 4.3.3부터 이 함수를 넷스케이프/iPlanet/SunONE 웹서버의 NSAPI 서버 모듈에서도 사용할 수 있습니다. 참고
|