API17:JURI::delVar
From Joomla! Documentation
JURI::delVar
Description
Removes an item from the query string variables if it exists.
public function delVar ($name)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | string | Name of variable to remove. |
See also
JURI::delVar source code on BitBucket
Class JURI
Subpackage Environment- Other versions of JURI::delVar
User contributed notes
Code Examples