Forum und email

maxdb_close

maxdb->close

(PECL maxdb:1.0-7.6.00.38)

maxdb->close — Closes a previously opened database connection

Beschreibung

Procedural style:

bool maxdb_close ( resource $link )

Object oriented style (method):

maxdb
bool 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 FALSE.