odbc_close(3) php man page | unix.com

Man Page: odbc_close

Operating Environment: php

Section: 3

ODBC_CLOSE(3)								 1							     ODBC_CLOSE(3)

odbc_close - Close an ODBC connection

SYNOPSIS
void odbc_close (resource $connection_id)
DESCRIPTION
Closes down the connection to the database server.
PARAMETERS
o $connection_id -The ODBC connection identifier, see odbc_connect(3) for details.
RETURN VALUES
No value is returned.
NOTES
Note This function will fail if there are open transactions on this connection. The connection will remain open in this case. PHP Documentation Group ODBC_CLOSE(3)
Related Man Pages
db2_close(3) - php
ingres_pconnect(3) - php
odbc_prepare(3) - php
odbc_setoption(3) - php
pg_tty(3) - php
Similar Topics in the Unix Linux Community
add the output of a query to a variable to be used in another query