maxdb_close

maxdb::close

(PECL maxdb >= 1.0)

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

Açıklama

Yordamsal kullanım

maxdb_close ( resource $link ) : bool

Nesne yönelimli kullanım

maxdb::close ( void ) : bool

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

Dönen Değerler

Başarı durumunda TRUE, başarısızlık durumunda FALSE döner.

Ayrıca Bakınız