<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.xdiff.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'ja',
  ),
  'this' => 
  array (
    0 => 'xdiff.constants.php',
    1 => '定義済み定数',
    2 => '定義済み定数',
  ),
  'up' => 
  array (
    0 => 'book.xdiff.php',
    1 => 'xdiff',
  ),
  'prev' => 
  array (
    0 => 'xdiff.installation.php',
    1 => 'インストール手順',
  ),
  'next' => 
  array (
    0 => 'ref.xdiff.php',
    1 => 'xdiff 関数',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'ja',
    'path' => 'reference/xdiff/constants.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="xdiff.constants" class="appendix">
 <h1 class="title">定義済み定数</h1>

 <p class="simpara">
以下の定数が定義されています。
この関数の拡張モジュールが PHP 組み込みでコンパイルされているか、
実行時に動的にロードされている場合のみ使用可能です。
</p>
 <dl>
  
   <dt id="constant.xdiff-patch-normal">
    <strong><code><a href="xdiff.constants.php#constant.xdiff-patch-normal">XDIFF_PATCH_NORMAL</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     このフラグは、<span class="function"><a href="function.xdiff-string-patch.php" class="function">xdiff_string_patch()</a></span> 関数および <span class="function"><a href="function.xdiff-file-patch.php" class="function">xdiff_file_patch()</a></span>
     関数が元のファイルにパッチを適用して新しいバージョンのファイルを作成することを意味します。
     デフォルトの操作モードです。
    </span>
   </dd>
  
  
   <dt id="constant.xdiff-patch-reverse">
    <strong><code><a href="xdiff.constants.php#constant.xdiff-patch-reverse">XDIFF_PATCH_REVERSE</a></code></strong> 
    (<span class="type"><a href="language.types.integer.php" class="type int">int</a></span>)
   </dt>
   <dd>
    <span class="simpara">
     このフラグは、<span class="function"><a href="function.xdiff-string-patch.php" class="function">xdiff_string_patch()</a></span> 関数および <span class="function"><a href="function.xdiff-file-patch.php" class="function">xdiff_file_patch()</a></span>
     関数がパッチを逆に適用し、新しいバージョンから元のバージョンを作成することを意味します。
    </span>
   </dd>
  
 </dl>
</div>
<?php manual_footer($setup); ?>