PHP apache request headers()

1 개요[ | ]

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

2 같이 보기[ | ]

3 참고[ | ]