bool contains(string $key, string $value)
Returns true if the given HTTP header contains the given value.
bool contains(string $key, string $value)
Returns true if the given HTTP header contains the given value.
string | $key | The HTTP header name |
string | $value | The HTTP value |
bool | true if the value is contained in the header, false otherwise |
Designed by : w10schools
service@w10schools.com
Please login to continue.