php man page for odbc_close

Query: odbc_close

OS: php

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
msql_pconnect(3) - php
odbc_foreignkeys(3) - php
odbc_setoption(3) - php
odbc_specialcolumns(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