Search the docs
Languages
/
PHP
Methods
The ->unset() method for the SurrealDB SDK for PHP removes a parameter from the connection.
Removes a parameter for this connection.
Method Syntax
$db->unset($key)
key
string
// Remove the variable from the connection$db->unset('name');
Was this page helpful?
Previous
status
Next
update