Forum und email

mysqli_close

mysqli->close()

(PHP 5)

mysqli->close() — Closes a previously opened database connection

Beschreibung

Procedural style:

bool mysqli_close ( mysqli $link )

Object oriented style (method):

mysqli
bool close ( void )

Closes a previously opened database connection.

Parameter Liste

link

Procedural style only: A link identifier returned by mysqli_connect() or mysqli_init()

Rückgabewerte

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