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

withQueryValue() public method

Returns a new instance with the given name and value pair in the query string (i.e., $name=$value)
public withQueryValue ( string $name, string $value ) : Icicle\Http\Message\Uri
$name string
$value string
return Icicle\Http\Message\Uri
    public function withQueryValue(string $name, $value) : Uri;