<?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 => 'ja',
  ),
  'this' => 
  array (
    0 => 'function.oci-internal-debug.php',
    1 => 'oci_internal_debug',
    2 => '内部的なデバッグ出力を有効/無効にする',
  ),
  'up' => 
  array (
    0 => 'oldaliases.oci8.php',
    1 => 'OCI8 廃止されたエイリアスと関数',
  ),
  'prev' => 
  array (
    0 => 'oldaliases.oci8.php',
    1 => 'OCI8 廃止されたエイリアスと関数',
  ),
  'next' => 
  array (
    0 => 'function.ocibindbyname.php',
    1 => 'ocibindbyname',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    '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">内部的なデバッグ出力を有効/無効にする</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">
   内部的なデバッグ出力を有効/無効にします。
  </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">
       この値を <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> にすると、デバッグ出力がオフになり、
       <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> にするとオンになります。
      </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">
      この関数は PHP 8 と PECL OCI8 3.0 からは削除されています。
   </p>
  </p></blockquote>
 </div>


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