request_headers([$xss_clean = FALSE])
Parameters: |
|
---|---|
Returns: |
An array of HTTP request headers |
Return type: |
array |
Returns an array of HTTP request headers. Useful if running in a non-Apache environment where apache_request_headers() will not be supported.
$headers = $this->input->request_headers();
Please login to continue.