Home :: International :: Manuals :: Howto :: FAQ :: Man Pages :: Email Login

 
 

 

dbx_close

(PHP 4 >= 4.0.6, PHP 5)

dbx_close -- Close an open connection/database

Description

bool dbx_close ( object link_identifier)

Restituisce TRUE in caso di successo, FALSE in caso di fallimento.

Esempio 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);
?>

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

See also dbx_connect().

 
 
 
 
Google
  Web Linuxinfor   
 

Home :: Copyright :: Privacy :: Credits :: Get a free Linuxinfor Email Account

Document on this page is part of "Manuale PHP". See Index Page for more info about Authorship and Copyright.

1999-2009 Linuxinfor.com. No rights reserved.