Icicle\Http\Message\Uri::withoutQueryValue PHP Method

withoutQueryValue() public method

Returns a new instance with the given key name removed from the query string.
public withoutQueryValue ( string $name ) : Icicle\Http\Message\Uri
$name string
return Icicle\Http\Message\Uri
    public function withoutQueryValue(string $name) : Uri;