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 connectionSYNOPSISvoid odbc_close (resource $connection_id)DESCRIPTIONCloses down the connection to the database server.PARAMETERSo $connection_id -The ODBC connection identifier, see odbc_connect(3) for details.RETURN VALUESNo value is returned.NOTESNote 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 |