PHP Velho Oeste 2024

maxdb_close

maxdb::close

(PECL maxdb >= 1.0)

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

Descrierea

Stil procedural

maxdb_close ( resource $link ) : bool

Stil obiect-orientat

maxdb::close ( void ) : bool

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

Valorile întoarse

Întoarce valoarea TRUE în cazul succesului sau FALSE în cazul eșecului.

A se vedea și

add a note add a note

User Contributed Notes

There are no user contributed notes for this page.
To Top