dbClose
The dbClose function closes a database connection - by default the open Jamroom database connection.
Note: There is no need to call this function unless your script enters a long processing segment where the database connection is no longer needed, then it is a good idea to free the database resource.
bool
dbClose
([resource $con = null])
-
resource
$con: Connection resource to close
|