maxdb_close

maxdb::close

Closes 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

  • maxdb_connect
  • maxdb_init
  • maxdb_real_connect