get_header
The get_header
method returns the value of a specified HTTP header.
Syntax
get_header( name )
Arguments
Argument | Description |
---|---|
name
|
(string) The name of the HTTP header for which you want to get the value. |
Returns
(String). The value of the header.