db2_close()
db2_close - Closes a database connection
Syntax
bool db2_close (
resource $connection)
Arguments
- connection - Specifies an active DB2 client connection.
Description
This function closes a DB2 client connection created with db2_connect() and returns the corresponding resources to the database server.
Version
PHP PECL ibm_db2 >= 1.0.0
Return value
Returns TRUE on success or FALSE on failure.