Search the docs
v1 (stable)
/
Methods
The ->unset() method for the SurrealDB SDK for PHP removes a parameter from the connection.
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