<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.oci8.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'it',
  ),
  'this' => 
  array (
    0 => 'function.oci-unregister-taf-callback.php',
    1 => 'oci_unregister_taf_callback',
    2 => 'Unregister a user-defined callback function for Oracle Database TAF',
  ),
  'up' => 
  array (
    0 => 'ref.oci8.php',
    1 => 'OCI8 Funzioni',
  ),
  'prev' => 
  array (
    0 => 'function.oci-statement-type.php',
    1 => 'oci_statement_type',
  ),
  'next' => 
  array (
    0 => 'class.ocicollection.php',
    1 => 'OCICollection',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/oci8/functions/oci-unregister-taf-callback.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.oci-unregister-taf-callback" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">oci_unregister_taf_callback</h1>
  <p class="verinfo">(PHP 7.0 &gt;= 7.0.23, PHP 8, PHP 7 &gt;= 7.1.9, PHP 8, PECL OCI8 &gt;= 2.1.7)</p><p class="refpurpose"><span class="refname">oci_unregister_taf_callback</span> &mdash; <span class="dc-title">Unregister a user-defined callback function for Oracle Database TAF</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.oci-unregister-taf-callback-description">
  <h3 class="title">Descrizione</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>oci_unregister_taf_callback</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$connection</code></span>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <p class="para rdfs-comment">
   Unregister the user-defined callback function registered to <code class="parameter">connection
   </code> by <span class="function"><a href="function.oci-register-taf-callback.php" class="function">oci_register_taf_callback()</a></span>. See
   <a href="oci8.taf.php" class="link">OCI8 Transparent Application Failover (TAF) Support
   </a> for information.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.oci-unregister-taf-callback-parameters">
  <h3 class="title">Elenco dei parametri</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">connection</code></dt>
     <dd>
      <p class="para">
       An Oracle connection identifier.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.oci-unregister-taf-callback-returnvalues">
  <h3 class="title">Valori restituiti</h3>
  <p class="para">
   Restituisce <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> in caso di successo, <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> in caso di fallimento.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.oci-unregister-taf-callback-seealso">
  <h3 class="title">Vedere anche:</h3>
  <p class="para">
   <ul class="simplelist">
    <li><span class="function"><a href="function.oci-register-taf-callback.php" class="function" rel="rdfs-seeAlso">oci_register_taf_callback()</a> - Register a user-defined callback function for Oracle Database TAF</span></li>
   </ul>
  </p>
 </div>



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