public function Client::removeHeader in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/fabpot/goutte/Goutte/Client.php \Goutte\Client::removeHeader()
File
- vendor/
fabpot/ goutte/ Goutte/ Client.php, line 60
Class
- Client
- Client.
Namespace
GoutteCode
public function removeHeader($name) {
unset($this->headers[$name]);
}