Uri.setQueryValue

This inserts or replaces a key in the query table. A @query_value of %NULL indicates that the key has no associated value, but will still be present in the query string.

class Uri
bool
setQueryValue
(
string queryKey
,
string queryValue
)

Parameters

queryKey string

The key for the query entry.

queryValue string

The value for the key.

Return Value

Type: bool

%TRUE if the query table was successfully updated.

Meta