Search the docs
Languages
/
PHP
Methods
Close the persistent connection to the database using the close method in the SurrealDB PHP SDK.
Closes the persistent connection to the database.
Method Syntax
$db->close()
$db->close();
Was this page helpful?
Previous
authenticate
Next
connect