<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/ref.svn.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'fr',
  ),
  'this' => 
  array (
    0 => 'function.svn-repos-fs-commit-txn.php',
    1 => 'svn_repos_fs_commit_txn',
    2 => 'Livre une transaction et retourne la nouvelle r&eacute;vision',
  ),
  'up' => 
  array (
    0 => 'ref.svn.php',
    1 => 'Fonctions SVN',
  ),
  'prev' => 
  array (
    0 => 'function.svn-repos-fs-begin-txn-for-commit.php',
    1 => 'svn_repos_fs_begin_txn_for_commit',
  ),
  'next' => 
  array (
    0 => 'function.svn-repos-hotcopy.php',
    1 => 'svn_repos_hotcopy',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'fr',
    'path' => 'reference/svn/functions/svn-repos-fs-commit-txn.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.svn-repos-fs-commit-txn" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">svn_repos_fs_commit_txn</h1>
  <p class="verinfo">(PECL svn &gt;= 0.2.0)</p><p class="refpurpose"><span class="refname">svn_repos_fs_commit_txn</span> &mdash; <span class="dc-title">Livre une transaction et retourne la nouvelle révision</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.svn-repos-fs-commit-txn-description">
  <h3 class="title">Description</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>svn_repos_fs_commit_txn</strong></span>(<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$txn</code></span>): <span class="type"><a href="language.types.integer.php" class="type int">int</a></span></div>

  
<div class="warning"><strong class="warning">Avertissement</strong>
<p class="simpara">
 Cette fonction est actuellement non documentée ; seule la liste des arguments est disponible.
</p>
</div>

  <p class="simpara">
   Livre une transaction et retourne la nouvelle révision.
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-function.svn-repos-fs-commit-txn-notes">
  <h3 class="title">Notes</h3>
  <div class="warning"><strong class="warning">Avertissement</strong><p class="simpara">
 Cette fonction est <em>EXPERIMENTALE</em>. Le comportement de cette fonction, son nom, et toute la
 documentation autour de cette fonction peut changer sans préavis dans une prochaine version de PHP.
 Cette fonction doit être utilisée à vos risques et périls.
</p></div>
 </div>


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