• Start

Languages

/

PHP

/

Methods

close

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?