Toms Homepage
  Home    Downloads    Your Account    Forums  
  Create an account
Modules
· Home
· Games
· My Gallery
· PHP Manual
· PHP-Nuke HOWTO
· Web Links
· Your Account
 
Who's Online
Welcome, Anonymous
Nickname

Password

Security Code
Security Code
Type Security Code


(Register)

Membership:
Latest: tilgquekud
New Today: 13
New Yesterday: 481
Overall: 62303

People Online:
Visitors: 104
Members: 7
Total: 111

Online Now:
 Willa8621
 CareyCort
 XiomaraBr
 CFFVickie
COM CaraBagge
 Arennywow
France Shelli336
 
dbx_close

dbx_close

(PHP 4 >= 4.0.6, PHP 5)

dbx_close -- Close an open connection/database

Description

bool dbx_close ( object link_identifier )

Returns TRUE on success or FALSE on failure.

Example 1. dbx_close() example

<?php
$link
= dbx_connect(DBX_MYSQL, "localhost", "db", "username", "password")
    or die(
"Could not connect");

echo
"Connected successfully";
dbx_close($link);
?>

Note: Always refer to the module-specific documentation as well.

See also dbx_connect().

All logos and trademarks in this site are property of their respective owner. The comments are property of their posters, all the rest © 2004 by Tom Nitzschner.
Web site engine code is Copyright © 2003 by PHP-Nuke. All Rights Reserved. PHP-Nuke is Free Software released under the GNU/GPL license.
Page Generation: 0.092 Seconds

:: VereorLCARS phpbb2 style by Vereor :: PHP-Nuke theme by www.nukemods.com ::