API17

API17:JURI::delVar

From Joomla! Documentation

Joomla 11.1 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.
  • Returns
  • Defined on line 398 of libraries/joomla/environment/uri.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples