<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.ibase.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'pt_BR',
  ),
  'this' => 
  array (
    0 => 'function.fbird-free-event-handler.php',
    1 => 'fbird_free_event_handler',
    2 => 'Sin&ocirc;nimo de ibase_free_event_handler',
  ),
  'up' => 
  array (
    0 => 'ref.ibase.php',
    1 => 'Fun&ccedil;&otilde;es para Firebird/InterBase',
  ),
  'prev' => 
  array (
    0 => 'function.fbird-field-info.php',
    1 => 'fbird_field_info',
  ),
  'next' => 
  array (
    0 => 'function.fbird-free-query.php',
    1 => 'fbird_free_query',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'pt_BR',
    'path' => 'reference/ibase/functions/fbird-free-event-handler.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.fbird-free-event-handler" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">fbird_free_event_handler</h1>
  <p class="verinfo">(PHP 5, PHP 7 &lt; 7.4.0)</p><p class="refpurpose"><span class="refname">fbird_free_event_handler</span> &mdash; <span class="dc-title">Sinônimo de <span class="function"><a href="function.ibase-free-event-handler.php" class="function">ibase_free_event_handler()</a></span></span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.fbird-free-event-handler-description">
  <h3 class="title">Descrição</h3>
  <p class="simpara">
   Esta função é um apelido para: 
   <span class="function"><a href="function.ibase-free-event-handler.php" class="function">ibase_free_event_handler()</a></span>.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.fbird-free-event-handler-seealso">
  <h3 class="title">Veja Também</h3>
  <ul class="simplelist">
   <li><span class="function"><a href="function.fbird-set-event-handler.php" class="function" rel="rdfs-seeAlso">fbird_set_event_handler()</a> - Sin&ocirc;nimo de ibase_set_event_handler</span></li>
  </ul>
 </div>


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