From 16476e6b12cda714e613ddf80a818ac4001d1c82 Mon Sep 17 00:00:00 2001 From: Maxim Maletsky Date: Sun, 10 Nov 2002 06:05:38 +0000 Subject: [PATCH] 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 --- reference/oci8/functions/ocilogoff.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/reference/oci8/functions/ocilogoff.xml b/reference/oci8/functions/ocilogoff.xml index 1ed2671581..cfa639d2cb 100644 --- a/reference/oci8/functions/ocilogoff.xml +++ b/reference/oci8/functions/ocilogoff.xml @@ -1,5 +1,5 @@ - + @@ -15,6 +15,12 @@ OCILogOff closes an Oracle connection. + + Using OCILogOff isn't usually necessary, + as non-persistent open links are automatically closed at the end + of the script's execution. See also + freeing + resources.