<?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 => 'de',
  ),
  'this' => 
  array (
    0 => 'function.ibase-commit.php',
    1 => 'ibase_commit',
    2 => 'Schreibt eine Transaktion fest',
  ),
  'up' => 
  array (
    0 => 'ref.ibase.php',
    1 => 'Firebird/InterBase Funktionen',
  ),
  'prev' => 
  array (
    0 => 'function.ibase-close.php',
    1 => 'ibase_close',
  ),
  'next' => 
  array (
    0 => 'function.ibase-commit-ret.php',
    1 => 'ibase_commit_ret',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'de',
    'path' => 'reference/ibase/functions/ibase-commit.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.ibase-commit" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">ibase_commit</h1>
  <p class="verinfo">(PHP 5, PHP 7 &lt; 7.4.0)</p><p class="refpurpose"><span class="refname">ibase_commit</span> &mdash; <span class="dc-title">Schreibt eine Transaktion fest</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.ibase-commit-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>ibase_commit</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$link_or_trans_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.boolean.php" class="type bool">bool</a></span></div>

  <p class="simpara">
   Schreibt eine Transaktion fest.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.ibase-commit-parameters">
  <h3 class="title">Parameter-Liste</h3>
  <dl>
   
    <dt><code class="parameter">link_or_trans_identifier</code></dt>
    <dd>
     <span class="simpara">
      Wenn diese Funktion ohne Argument aufgerufen wird, wird die Standardtransaktion
      des Standardlinks festgeschrieben. Wenn das Argument eine Verbindungskennung ist,
      wird die Standardtransaktion der entsprechenden Verbindung festgeschrieben. Wenn
      das Argument eine Transaktionskennung ist, wird die entsprechende Transaktion
      festgeschrieben.
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.ibase-commit-returnvalues">
  <h3 class="title">Rückgabewerte</h3>
  <p class="simpara">
   Gibt bei Erfolg <strong><code><a href="reserved.constants.php#constant.true">true</a></code></strong> zurück. Bei einem Fehler wird <strong><code><a href="reserved.constants.php#constant.false">false</a></code></strong> zurückgegeben.
  </p>
 </div>


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