PHP » GoLang |
login |
register |
about
|
pg_close(PHP 4, PHP 5, PHP 7) pg_close — Closes a PostgreSQL connection Description
bool pg_close
([ resource
$connection
] )
pg_close() closes the non-persistent
connection to a PostgreSQL database associated with the given
If there is open large object resource on the connection, do not close the connection before closing all large object resources. Parameters
Return Values
Returns Examples
Example #1 pg_close() example
<?php The above example will output: Connected successfully |
more
Recently updated
more
Most requested
more
Last requests
|