| nsapi_request_headersFetch all HTTP request headers Description
   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. 
 
 Return ValuesReturns an associative array with all the HTTP headers. Examples
 Example #1 nsapi_request_headers example 
<?php |