pg_Close

Syntax

bool pg_Close(int connection);

Popis

Príkaz jazyka PHP
pg_Close - closes a PostgreSQL connection

Returns false if connection is not a valid connection index, true otherwise. Closes down the connection to a PostgreSQL database associated with the given connection index.