<?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 => 'zh',
  ),
  'this' => 
  array (
    0 => 'function.ibase-gen-id.php',
    1 => 'ibase_gen_id',
    2 => 'Increments the named generator and returns its new value',
  ),
  'up' => 
  array (
    0 => 'ref.ibase.php',
    1 => 'Firebird/InterBase 函数',
  ),
  'prev' => 
  array (
    0 => 'function.ibase-free-result.php',
    1 => 'ibase_free_result',
  ),
  'next' => 
  array (
    0 => 'function.ibase-maintain-db.php',
    1 => 'ibase_maintain_db',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/ibase/functions/ibase-gen-id.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ibase-gen-id" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ibase_gen_id</h1>
  <p class="verinfo">(PHP 5, PHP 7 &lt; 7.4.0)</p><p class="refpurpose"><span class="refname">ibase_gen_id</span> &mdash; <span class="dc-title">Increments the named generator and returns its new value</span></p>

 </div>
 
 <div class="refsect1 description" id="refsect1-function.ibase-gen-id-description">
  <h3 class="title">说明</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>ibase_gen_id</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$generator</code></span>, <span class="methodparam"><span class="type"><a href="language.types.integer.php" class="type int">int</a></span> <code class="parameter">$increment</code><span class="initializer"> = 1</span></span>, <span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$link_identifier</code><span class="initializer"> = <strong><code><a href="reserved.constants.php#constant.null">null</a></code></strong></span></span>): <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span></div>


  <div class="warning"><strong class="warning">警告</strong><p class="simpara">本函数还未编写文档,仅有参数列表。</p></div>

 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.ibase-gen-id-returnvalues">
  <h3 class="title">返回值</h3>
  <p class="para">
   Returns new generator value as integer, or as string if the value is too big.
  </p>
 </div>


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