"PHP apache request headers()"의 두 판 사이의 차이

(새 문서: ==개요== ;PHP apache_request_headers() * HTTP 요청 헤더를 반환하는 PHP 함수 <source lang='php'> print_r( apache_request_headers() ); </source> ==참고 자료== * http:...)
 
6번째 줄: 6번째 줄:
print_r( apache_request_headers() );
print_r( apache_request_headers() );
</source>
</source>
==같이 보기==
*[[HTTP 헤더]]


==참고 자료==
==참고 자료==

2016년 2월 4일 (목) 11:38 판

1 개요

PHP apache_request_headers()
  • HTTP 요청 헤더를 반환하는 PHP 함수
print_r( apache_request_headers() );

2 같이 보기

3 참고 자료

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}