<?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 => 'es',
  ),
  'this' => 
  array (
    0 => 'function.oci-unregister-taf-callback.php',
    1 => 'oci_unregister_taf_callback',
    2 => 'Anular el registro de una funci&oacute;n callback definida para Oracle Database TAF',
  ),
  'up' => 
  array (
    0 => 'ref.oci8.php',
    1 => 'Funciones de OCI8',
  ),
  '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' => 'es',
    '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">Anular el registro de una función callback definida para Oracle Database TAF</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.oci-unregister-taf-callback-description">
  <h3 class="title">Descripción</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">
   Anula el registro de la función callback definida por el usuario registrada en la <code class="parameter">conexión
   </code> por <span class="function"><a href="function.oci-register-taf-callback.php" class="function">oci_register_taf_callback()</a></span>. Véase
   <a href="oci8.taf.php" class="link">Soporte para &#039;Transparent Application Failover&#039; (TAF) de OCI8
   </a> para más información.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.oci-unregister-taf-callback-parameters">
  <h3 class="title">Parámetros</h3>
  <p class="para">
   <dl>
    
     <dt><code class="parameter">connection</code></dt>
     <dd>
      <p class="para">
       Un identificador de conexión de Oracle.
      </p>
     </dd>
    
   </dl>
  </p>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.oci-unregister-taf-callback-returnvalues">
  <h3 class="title">Valores devueltos</h3>
  <p class="para">
   Esta función retorna <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> en caso de éxito o <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> si ocurre un error.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.oci-unregister-taf-callback-seealso">
  <h3 class="title">Ver también</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> - Registra una funci&oacute;n de retrollamada definida por el usuario para Oracle Database TAF</span></li>
   </ul>
  </p>
 </div>



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