nsapi_request_headersFetch all HTTP request headers Beschreibung
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.
RückgabewerteReturns an associative array with all the HTTP headers. Beispiele
Beispiel #1 nsapi_request_headers example
<?php |