bool
contains(string $key, string $value)
Returns true if the given HTTP header contains the given value.
Parameters string $key The HTTP header name string $value The HTTP value Return Value bool true if the value is contained in the header, false otherwise