|
pg_closeCloses a PostgreSQL connection Description
true pg_close(PgSql\Connectionnull
$connection = null )
pg_close closes the non-persistent
connection to a PostgreSQL database associated with the given
If there is open PgSql\Lob instance on the connection, do not close the connection before closing all PgSql\Lob instances. Parameters
Return Values
Always returns Changelog
Examples
Example #1 pg_close example
The above example will output: Connected successfully See Also
|