Uri.removeQueryKey

Remove an entry from the query table by key.

class Uri
bool
removeQueryKey
(
string queryKey
)

Parameters

queryKey string

The key to remove.

Return: %TRUE if the key existed in the table and was removed.

Meta