mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
a37696a552
commit
16476e6b12
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue