Enter a search query
->unset()
Removes a parameter for this connection.
Method Syntax$db->unset(key)
key
Specifies the name of the variable.
// Remove the variable from the connection $db->unset('name');