mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 08:58:56 +00:00
Added note to pg_close about automatic closing of non persistant connections and it being impossible to close persistant connections with pg_close.
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@30529 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
517820a9f6
commit
c9c80ec457
1 changed files with 9 additions and 0 deletions
|
@ -111,6 +111,15 @@
|
|||
otherwise. Closes down the connection to a PostgreSQL database
|
||||
associated with the given connection index.
|
||||
</para>
|
||||
<note><para>
|
||||
This isn't usually necessary, as non-persistent open
|
||||
links are automatically closed at the end of the script's
|
||||
execution.
|
||||
</para></note>
|
||||
<para>
|
||||
<function>pg_close</function> will not close persistent links
|
||||
generated by <function>pg_pconnect</function>.
|
||||
</para>
|
||||
</refsect1>
|
||||
</refentry>
|
||||
|
||||
|
|
Loading…
Reference in a new issue