Search the docs
->unset()
Removes a parameter for this connection.
Method Syntax
$db->unset($key)
key
string
// Remove the variable from the connection$db->unset('name');
Previous
status
Next
update