Uri.setQueryString

Sets or unsets the query table in the URI.

class Uri
bool
setQueryString
(
string query
)

Parameters

query string

The new percent encoded query string to use to populate the query table, or use %NULL to unset the query table.

Return Value

Type: bool

%TRUE if the query table was set successfully.

Meta