php-doc-en/reference/oci8/oldaliases/oci-internal-debug.xml
2020-11-24 04:57:28 +00:00

86 lines
2.1 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- $Revision$ -->
<refentry xmlns="http://docbook.org/ns/docbook" xml:id="function.oci-internal-debug">
<refnamediv>
<refname>oci_internal_debug</refname>
<refpurpose>Enables or disables internal debug output</refpurpose>
</refnamediv>
<refsect1 role="description">
&reftitle.description;
<methodsynopsis>
<type>void</type><methodname>oci_internal_debug</methodname>
<methodparam><type>bool</type><parameter>onoff</parameter></methodparam>
</methodsynopsis>
<para>
Enables or disables internal debug output.
</para>
</refsect1>
<refsect1 role="parameters">
&reftitle.parameters;
<para>
<variablelist>
<varlistentry>
<term><parameter>onoff</parameter></term>
<listitem>
<para>
Set this to &false; to turn debug output off or &true; to turn it on.
</para>
</listitem>
</varlistentry>
</variablelist>
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.void;
</para>
</refsect1>
<refsect1 role="notes">
&reftitle.notes;
<note>
<para>
This function was removed in PHP 8 and PECL OCI8 3.0.
</para>
</note>
<note>
<para>
This function is a no-op in PHP 5.6 and PECL OCI8 2.0. Use DTrace instead.
</para>
</note>
<note>
<para>
In PHP versions before 5.0.0 you must use <function>ociinternaldebug</function> instead.
This name still can be used, it was left as alias of
<function>oci_internal_debug</function> for downwards compatability.
This, however, is deprecated and not recommended.
</para>
</note>
</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:"~/.phpdoc/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
-->