Query: dbx_close
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
DBX_CLOSE(3) 1 DBX_CLOSE(3) dbx_close - Close an open connection/databaseSYNOPSISint dbx_close (object $link_identifier)DESCRIPTIONPARAMETERSo $link_identifier - The DBX link object to close.RETURN VALUESReturns 1 on success and 0 on errors.EXAMPLESExample #1 dbx_close(3) example <?php $link = dbx_connect(DBX_MYSQL, "localhost", "db", "username", "password") or die("Could not connect"); echo "Connected successfully"; dbx_close($link); ?>NOTESNote Always refer to the module-specific documentation as well.SEE ALSOdbx_connect(3). PHP Documentation Group DBX_CLOSE(3)
Related Man Pages |
---|
fbsql_create_blob(3) - php |
dbx_escape_string(3) - php |
fbsql_database_password(3) - php |
dbx_sort(3) - php |
fbsql_create_clob(3) - php |
Similar Topics in the Unix Linux Community |
---|
Simple rules of the UNIX.COM forums: |
Forum Video Tutorial: How to Use Code Tags |
New Code Tags (Syntax Highlighting) |
Status of UNIX.COM Forum Transformation |
Denial Of Service Attack Update |