->unset()

Removes a parameter for this connection.

Method Syntax

$db->unset($key)

Arguments

ArgumentsTypeDescription
key string Specifies the name of the variable.

Example usage

// Remove the variable from the connection
$db->unset('name');