|
PHP5中文手册
nsapi_request_headers(PHP 4 >= 4.3.3, PHP 5) nsapi_request_headers — Fetch all HTTP request headers 说明
array nsapi_request_headers
( void
)
nsapi_request_headers() gets all the HTTP headers in the current request. This is only supported when PHP runs as a NSAPI module.
返回值Returns an associative array with all the HTTP headers. 范例
Example#1 nsapi_request_headers() example
<?php |