2002-04-15 00:12:54 +00:00
|
|
|
<?xml version="1.0" encoding="iso-8859-1"?>
|
2005-09-06 20:18:30 +00:00
|
|
|
<!-- $Revision: 1.5 $ -->
|
2004-03-08 14:12:17 +00:00
|
|
|
<refentry id="function.oci-close">
|
2002-04-15 00:12:54 +00:00
|
|
|
<refnamediv>
|
2004-03-08 16:49:36 +00:00
|
|
|
<refname>oci_close</refname>
|
2004-03-08 14:12:17 +00:00
|
|
|
<refpurpose>Closes Oracle connection</refpurpose>
|
2002-04-15 00:12:54 +00:00
|
|
|
</refnamediv>
|
|
|
|
<refsect1>
|
|
|
|
<title>Description</title>
|
|
|
|
<methodsynopsis>
|
2004-03-08 14:12:17 +00:00
|
|
|
<type>bool</type><methodname>oci_close</methodname>
|
2003-02-11 03:06:15 +00:00
|
|
|
<methodparam><type>resource</type><parameter>connection</parameter></methodparam>
|
2002-04-15 00:12:54 +00:00
|
|
|
</methodsynopsis>
|
|
|
|
<para>
|
2004-03-08 14:12:17 +00:00
|
|
|
<function>oci_close</function> closes the Oracle connection
|
|
|
|
<parameter>connection</parameter>.
|
|
|
|
</para>
|
|
|
|
<note>
|
|
|
|
<para>
|
2005-09-06 20:18:30 +00:00
|
|
|
Starting from the version 1.1 <function>oci_close</function> correctly
|
|
|
|
closes the Oracle connection.
|
|
|
|
Use <link
|
|
|
|
linkend="ini.oci8.old_oci_close_semantics">oci8.old_oci_close_semantics</link>
|
|
|
|
option to restore old behaviour of this function.
|
2004-03-08 14:12:17 +00:00
|
|
|
</para>
|
|
|
|
</note>
|
|
|
|
<para>
|
2003-02-11 03:06:15 +00:00
|
|
|
&return.success;
|
2002-04-15 00:12:54 +00:00
|
|
|
</para>
|
2004-04-01 08:11:29 +00:00
|
|
|
<note>
|
|
|
|
<para>
|
2005-09-06 20:18:30 +00:00
|
|
|
In PHP versions before 5.0.0 you must use <function>ocilogoff</function> instead.
|
2004-04-01 08:11:29 +00:00
|
|
|
This name still can be used, it was left as alias of
|
|
|
|
<function>oci_close</function> for downwards compatability.
|
|
|
|
This, however, is deprecated and not recommended.
|
|
|
|
</para>
|
|
|
|
</note>
|
2002-04-15 00:12:54 +00:00
|
|
|
</refsect1>
|
|
|
|
</refentry>
|
|
|
|
|
|
|
|
<!-- Keep this comment at the end of the file
|
|
|
|
Local variables:
|
|
|
|
mode: sgml
|
|
|
|
sgml-omittag:t
|
|
|
|
sgml-shorttag:t
|
|
|
|
sgml-minimize-attributes:nil
|
|
|
|
sgml-always-quote-attributes:t
|
|
|
|
sgml-indent-step:1
|
|
|
|
sgml-indent-data:t
|
|
|
|
indent-tabs-mode:nil
|
|
|
|
sgml-parent-document:nil
|
|
|
|
sgml-default-dtd-file:"../../../../manual.ced"
|
|
|
|
sgml-exposed-tags:nil
|
|
|
|
sgml-local-catalogs:nil
|
|
|
|
sgml-local-ecat-files:nil
|
|
|
|
End:
|
|
|
|
vim600: syn=xml fen fdm=syntax fdl=2 si
|
|
|
|
vim: et tw=78 syn=sgml
|
|
|
|
vi: ts=1 sw=1
|
|
|
|
-->
|