PHP Doku:: Closes a previously opened database connection - function.maxdb-close.html

Verlauf / Chronik / History: (1) anzeigen

Sie sind hier:
Doku-StartseitePHP-HandbuchFunktionsreferenzDatenbankerweiterungenAnbieterspezifische DatenbankerweiterungenMaxDBMaxDB Funktionenmaxdb_close -- maxdb::close

Ein Service von Reinhard Neidl - Webprogrammierung.

MaxDB Funktionen

<<maxdb_close_long_data -- maxdb->close_long_data

maxdb_commit -- maxdb::commit>>

maxdb_close

maxdb::close

(PECL maxdb >= 1.0)

maxdb_close -- maxdb::closeCloses a previously opened database connection

Beschreibung

Prozeduraler Stil

bool maxdb_close ( resource $link )

Objektorientierter Stil

bool maxdb::close ( void )

The maxdb_close() function closes a previously opened database connection specified by the link parameter.

Rückgabewerte

Gibt bei Erfolg TRUE zurück. Im Fehlerfall wird FALSE zurückgegeben.

Siehe auch


Keine BenutzerBeiträge.
- Beiträge aktualisieren...



PHP Powered Diese Seite bei php.net
The PHP manual text and comments are covered by the Creative Commons Attribution 3.0 License © the PHP Documentation Group - Impressum - mail("TO:Reinhard Neidl",...)