PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

dbx_compare> <dbx Funktionen
Last updated: Fri, 04 Jul 2008

view this page in

dbx_close

(PHP 4 >= 4.0.6, PHP 5 <= 5.0.5, PECL dbx:1.1.0)

dbx_close — Schließt eine offene Verbindung/Datenbank

Beschreibung

bool dbx_close ( object $link_identifier )

Gibt bei Erfolg TRUE zurück, im Fehlerfall FALSE.

Beispiel #1 dbx_close()

<?php
$link 
dbx_connect(DBX_MYSQL"localhost""db""username""password")
    or die (
"Fehler beim Verbinden");

print(
"Verbindung hergestellt");
dbx_close($link);
?>

Hinweis: Konsultieren Sie bitte auch die modulspezifische Dokumentation.

Siehe auch dbx_connect().



add a note add a note User Contributed Notes
dbx_close
There are no user contributed notes for this page.

dbx_compare> <dbx Funktionen
Last updated: Fri, 04 Jul 2008
 
 
show source | credits | stats | sitemap | contact | advertising | mirror sites