Requests_Cookie_Jar::offsetUnset()

最后更新于:2021-11-26 02:15:19

Requests_Cookie_Jar::offsetUnset( string$key)

Unset the given header

参数

$key

(string) (Required)

源文件

文件: gc-includes/Requests/Cookie/Jar.php

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