Phalcon\Http\Client\Header::remove PHP Method

remove() public method

public remove ( string $name )
$name string
    public function remove($name)
    {
        unset($this->fields[$name]);
        return $this;
    }