close

close

Name

close -- close the database connection

Synopsis

close()

Parameters

none

Return Type

none

Exceptions

TypeError

Too many (any) arguments.

Description

close() method closes the database connection. The connection will be closed in any case when the connection is deleted but this allows you to explicitly close it. It is mainly here to allow the DB-SIG API wrapper to implement a close function.

© Copyright 2003-2023 www.php-editors.com. The ultimate PHP Editor and PHP IDE site.