Docs
Search the docs
v1 (stable)
/
Methods
Removes a parameter for this connection.
$db->unset($key)
Arguments
Type
Description
key
string
Specifies the name of the variable.
// Remove the variable from the connection $db->unset('name');
Was this page helpful?
Previous
status
Next
update