SurrealDB
SurrealDB Docs Logo

Enter a search query

->close()

Closes the persistent connection to the database.

Method Syntax
$db->close()

Example usage

$db->close();
Edit this page on GitHub