php man page for dbx_close

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/database

SYNOPSIS
int dbx_close (object $link_identifier)
DESCRIPTION
PARAMETERS
o $link_identifier - The DBX link object to close.
RETURN VALUES
Returns 1 on success and 0 on errors.
EXAMPLES
Example #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); ?>
NOTES
Note Always refer to the module-specific documentation as well.
SEE ALSO
dbx_connect(3). PHP Documentation Group DBX_CLOSE(3)
Related Man Pages
fbsql_database_password(3) - php
dbx_compare(3) - php
dbx_error(3) - php
mssql_close(3) - php
mysql_close(3) - php
Similar Topics in the Unix Linux Community
Simple rules of the UNIX.COM forums:
Rules for Homework &amp; Coursework Questions Forum
Coming Soon: Upgrade Forum Software (Dec 31 - Jan 1)
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Don Cragun
The Order of the Wizard's Hat - Lifetime Achievement Award 2019 - Congrats to Wolf Machowitsch