<?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 => 'es',
  ),
  'this' => 
  array (
    0 => 'function.fbird-wait-event.php',
    1 => 'fbird_wait_event',
    2 => 'Alias de ibase_wait_event',
  ),
  'up' => 
  array (
    0 => 'ref.ibase.php',
    1 => 'Funciones Firebird/InterBase',
  ),
  'prev' => 
  array (
    0 => 'function.fbird-trans.php',
    1 => 'fbird_trans',
  ),
  'next' => 
  array (
    0 => 'function.ibase-add-user.php',
    1 => 'ibase_add_user',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'es',
    'path' => 'reference/ibase/functions/fbird-wait-event.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.fbird-wait-event" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">fbird_wait_event</h1>
  <p class="verinfo">(PHP 5, PHP 7 &lt; 7.4.0)</p><p class="refpurpose"><span class="refname">fbird_wait_event</span> &mdash; <span class="dc-title">Alias de <span class="function"><a href="function.ibase-wait-event.php" class="function">ibase_wait_event()</a></span></span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.fbird-wait-event-description">
  <h3 class="title">Descripción</h3>
  <p class="simpara">
   Esta función es un alias de: 
   <span class="function"><a href="function.ibase-wait-event.php" class="function">ibase_wait_event()</a></span>.
  </p>
 </div>


 <div class="refsect1 seealso" id="refsect1-function.fbird-wait-event-seealso">
  <h3 class="title">Ver también</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> - Alias de ibase_set_event_handler</span></li>
   <li><span class="function"><a href="function.fbird-free-event-handler.php" class="function" rel="rdfs-seeAlso">fbird_free_event_handler()</a> - Alias de ibase_free_event_handler</span></li>
  </ul>
 </div>


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