set_query_string
Description:
Sets or unsets the query table in the URI.
Parameters:
this |
The Uri to modify. |
query |
The new percent encoded query string to use to populate the query table, or use null to unset the query table. |
Returns:
true if the query table was set successfully. |