Requests_Utility_CaseInsensitiveDictionary::offsetUnset()
最后更新于:2021-11-26 04:09:26
Requests_Utility_CaseInsensitiveDictionary::offsetUnset( string$key)Unset the given header
参数
- $key
-
(string) (Required)
源文件
文件: gc-includes/Requests/Utility/CaseInsensitiveDictionary.php
public function offsetUnset($key) {
unset($this->data[strtolower($key)]);
}