Requests_Utility_CaseInsensitiveDictionary::offsetUnset( string $key )

Unset the given header

Parameters

$key string Required

Source

File: wp-includes/Requests/Utility/CaseInsensitiveDictionary.php. View all references

public function offsetUnset($key) {
	unset($this->data[strtolower($key)]);
}

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/classes/requests_utility_caseinsensitivedictionary/offsetunset