PHP 7.0.6 Released

maxdb_close

maxdb::close

(PECL maxdb >= 1.0)

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

Description

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.

Return Values

Returns TRUE on success or FALSE on failure.

See Also

User Contributed Notes

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