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

contributors($setup);

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

 </div>

 <div class="refsect1 description" id="refsect1-function.ibase-commit-ret-description">
  <h3 class="title">Beschreibung</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>ibase_commit_ret</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">
   Commits a transaction without closing it.
  </p>
 </div>


 <div class="refsect1 parameters" id="refsect1-function.ibase-commit-ret-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. Der Kontext der Transaktion wird beibehalten, so dass
      Anweisungen, die innerhalb dieser Transaktion ausgeführt werden, nicht
      ungültig werden.
     </span>
    </dd>
   
  </dl>
 </div>


 <div class="refsect1 returnvalues" id="refsect1-function.ibase-commit-ret-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); ?>