Function Database_Static_postgresql->close_connections

Definitions

sources/database/postgresql.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?: No
  • Is static?: No
  • Is final?: No

Preview

Code (PHP)

/**
 * Close the database connections. We don't really need to close them (will close at exit), just disassociate so we can refresh them.
 *
 */

public function close_connections()