update : 2015.11.03
php.shukuma.com검색:
|
header_remove(PHP 5 >= 5.3.0) header_remove — Remove previously set headers 인수
반환값값을 반환하지 않습니다. 예제
Example #1 Unsetting specific header.
<?php 위 예제의 출력 예시: X-Bar: Baz Example #2 Unsetting all previously set headers.
<?php 위 예제의 출력 예시: 주의Caution
This function will remove all headers set by PHP, including cookies, session and the X-Powered-By headers.
|