<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = array();
$TOC_DEPRECATED = array();
$PARENTS = array();
include_once dirname(__FILE__) ."/toc/book.xmldiff.inc";
$setup = array (
  'home' => 
  array (
    0 => 'index.php',
    1 => 'PHP Manual',
  ),
  'head' => 
  array (
    0 => 'UTF-8',
    1 => 'tr',
  ),
  'this' => 
  array (
    0 => 'class.xmldiff-file.php',
    1 => 'XMLDiff\\File',
    2 => 'The XMLDiff\\File class',
  ),
  'up' => 
  array (
    0 => 'book.xmldiff.php',
    1 => 'XMLDiff',
  ),
  'prev' => 
  array (
    0 => 'xmldiff-memory.merge.php',
    1 => 'XMLDiff\\Memory::merge',
  ),
  'next' => 
  array (
    0 => 'xmldiff-file.diff.php',
    1 => 'XMLDiff\\File::diff',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/xmldiff/xmldiff.file.xml',
  ),
  'history' => 
  array (
  ),
  'extra_header_links' => 
  array (
    'rel' => 'alternate',
    'href' => '/manual/en/feeds/class.xmldiff-file.atom',
    'type' => 'application/atom+xml',
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="class.xmldiff-file" class="reference">

 <h1 class="title">The XMLDiff\File class</h1>
 

 <div class="partintro"><p class="verinfo">(PECL xmldiff &gt;= 0.8.0)</p>


  <div class="section" id="xmldiff-file.intro">
   <h2 class="title">Giriş</h2>
   <p class="para">

   </p>
  </div>


  <div class="section" id="xmldiff-file.synopsis">
   <h2 class="title">Sınıf Sözdizimi</h2>


   <div class="classsynopsis">
    <span class="ooclass"><strong class="classname"></strong></span>


    <div class="classsynopsisinfo">
     <span class="ooclass">
      <span class="modifier">class</span> <strong class="classname">XMLDiff\File</strong>
     </span>
     
     <span class="ooclass">
      <span class="modifier">extends</span>
       <a href="class.xmldiff-base.php" class="classname">XMLDiff\Base</a>
     </span>
     {</div>

    
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Yöntemler */</div>
    <div class="methodsynopsis dc-description">
   <span class="modifier">public</span> <span class="methodname"><a href="xmldiff-file.diff.php" class="methodname">diff</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$from</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$to</code></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">public</span> <span class="methodname"><a href="xmldiff-file.merge.php" class="methodname">merge</a></span>(<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$src</code></span>, <span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$diff</code></span>): <span class="type"><a href="language.types.string.php" class="type string">string</a></span></div>

    
    <div class="classsynopsisinfo classsynopsisinfo_comment">/* Miras alınan yöntemler */</div>
    <div class="methodsynopsis dc-description"><span class="modifier">abstract</span> <span class="modifier">public</span> <span class="methodname"><a href="xmldiff-base.diff.php" class="methodname">XMLDiff\Base::diff</a></span>(<span class="methodparam"><span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span> <code class="parameter">$from</code></span>, <span class="methodparam"><span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span> <code class="parameter">$to</code></span>): <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span></div>
<div class="methodsynopsis dc-description"><span class="modifier">abstract</span> <span class="modifier">public</span> <span class="methodname"><a href="xmldiff-base.merge.php" class="methodname">XMLDiff\Base::merge</a></span>(<span class="methodparam"><span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span> <code class="parameter">$src</code></span>, <span class="methodparam"><span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span> <code class="parameter">$diff</code></span>): <span class="type"><a href="language.types.mixed.php" class="type mixed">mixed</a></span></div>


   }</div>


  </div>

 </div>

 














<h2>İçindekiler</h2><ul class="chunklist chunklist_reference"><li><a href="xmldiff-file.diff.php">XMLDiff\File::diff</a> — Diff two XML files</li><li><a href="xmldiff-file.merge.php">XMLDiff\File::merge</a> — Produce merged XML document</li></ul>
</div>
<?php manual_footer($setup); ?>