set_query_value
Description:
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.
Parameters:
| this |
The Uri to modify. |
| query_key |
The key for the query entry. |
| query_value |
The value for the key. |
Returns:
|
true if the query table was successfully updated. |