copied from mysql_close the note of uselesness closing implicitly connection links

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@103151 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Maxim Maletsky 2002-11-10 06:05:38 +00:00
parent a37696a552
commit 16476e6b12

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.3 $ -->
<!-- $Revision: 1.4 $ -->
<!-- splitted from ./en/functions/oci8.xml, last change in rev 1.2 -->
<refentry id="function.ocilogoff">
<refnamediv>
@ -15,6 +15,12 @@
<para>
<function>OCILogOff</function> closes an Oracle connection.
</para>
<para>
Using <function>OCILogOff</function> isn't usually necessary,
as non-persistent open links are automatically closed at the end
of the script's execution. See also
<link linkend="language.types.resource.self-destruct">freeing
resources</link>.
</refsect1>
</refentry>