maxdb_close

maxdb::close

(PECL maxdb >= 1.0)

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

Beskrivelse

Procedural style

bool maxdb_close ( resource $link )

Object oriented style

bool maxdb::close ( void )

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

Returnerings Værdier

Returns TRUE on success or FALSE on failure.

Se også

add a note add a note

User Contributed Notes

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