Function DatabaseDriver->close_connections

Definitions

sources/database.php

  • Close the database connections. We don't really need to close them (will close at exit), just disassociate so we can refresh them.
  • Visibility: public
  • Is abstract?: Yes
  • Is static?: No
  • Is final?: No
  • Return: N/A