<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/oldaliases.oci8.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'zh',
  ),
  'this' => 
  array (
    0 => 'function.oci-internal-debug.php',
    1 => 'oci_internal_debug',
    2 => 'Enables or disables internal debug output',
  ),
  'up' => 
  array (
    0 => 'oldaliases.oci8.php',
    1 => 'OCI8 Obsolete Aliases and Functions',
  ),
  'prev' => 
  array (
    0 => 'oldaliases.oci8.php',
    1 => 'OCI8 Obsolete Aliases and Functions',
  ),
  'next' => 
  array (
    0 => 'function.ocibindbyname.php',
    1 => 'ocibindbyname',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/oci8/oldaliases/oci-internal-debug.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.oci-internal-debug" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">oci_internal_debug</h1>
  <p class="verinfo">(PHP 5, PHP 7, PECL OCI8 &gt;= 1.1.0, PECL OCI8 &lt;= 2.2.0)</p><p class="refpurpose"><span class="refname">oci_internal_debug</span> &mdash; <span class="dc-title">Enables or disables internal debug output</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.oci-internal-debug-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>oci_internal_debug</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span> <code class="parameter">$onoff</code></span>): <span class="type"><a href="language.types.void.php" class="type void">void</a></span></div>

  <p class="para rdfs-comment">
   Enables or disables internal debug output.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.oci-internal-debug-parameters">
  <h3 class="title">参数</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">onoff</code></dt>
     <dd>
      <p class="para">
       Set this to <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> to turn debug output off or <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> to turn it on.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.oci-internal-debug-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="para">
   没有返回值。
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-function.oci-internal-debug-notes">
  <h3 class="title">注释</h3>
  <blockquote class="note"><p><strong class="note">注意</strong>: 
    <p class="para">
      This function was removed in PHP 8 and PECL OCI8 3.0.
   </p>
  </p></blockquote>
 </div>


</div><?php manual_footer($setup); ?>