Query: maxdb_close
OS: php
Section: 3
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
MAXDB_CLOSE(3) 1 MAXDB_CLOSE(3) maxdb_close - Closes a previously opened database connection Procedural styleSYNOPSISbool maxdb_close (resource $link)DESCRIPTIONObject oriented style bool maxdb::close (void ) The maxdb_close(3) function closes a previously opened database connection specified by the $link parameter.RETURN VALUESReturns TRUE on success or FALSE on failure.SEE ALSOmaxdb_connect(3), maxdb_init(3), maxdb_real_connect(3). PHP Documentation Group MAXDB_CLOSE(3)