Query: ingres_close
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
INGRES_CLOSE(3) 1 INGRES_CLOSE(3) ingres_close - Close an Ingres database connectionSYNOPSISbool ingres_close (resource $link)DESCRIPTIONingres_close(3) closes the connection to the Ingres server that is associated with the specified link. ingres_close(3) is usually unnecessary, as it will not close persistent connections and all non-persistent connections are automatically closed at the end of the script.PARAMETERSo $link - The connection link identifierRETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOingres_connect(3), ingres_pconnect(3). PHP Documentation Group INGRES_CLOSE(3)
Related Man Pages |
---|
db2_pclose(3) - php |
fbsql_close(3) - php |
ingres_query(3) - php |
mssql_close(3) - php |
sybase_pconnect(3) - php |