| php-manual.net |
|
| Home | PHP Manual auf Deutsch | PHP Manual in English | PHP manuel le sur le français | Impressum |
Software
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. Example#1 dbx_close()
<?php
Siehe auch dbx_connect(). |