<?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 => 'uk',
  ),
  'this' => 
  array (
    0 => 'function.svn-fs-props-changed.php',
    1 => 'svn_fs_props_changed',
    2 => 'Return true if props are different, false otherwise',
  ),
  'up' => 
  array (
    0 => 'ref.svn.php',
    1 => 'SVN Функції',
  ),
  'prev' => 
  array (
    0 => 'function.svn-fs-node-prop.php',
    1 => 'svn_fs_node_prop',
  ),
  'next' => 
  array (
    0 => 'function.svn-fs-revision-prop.php',
    1 => 'svn_fs_revision_prop',
  ),
  'alternatives' => 
  array (
  ),
  'source' => 
  array (
    'lang' => 'en',
    'path' => 'reference/svn/functions/svn-fs-props-changed.xml',
  ),
  'history' => 
  array (
  ),
);
$setup["toc"] = $TOC;
$setup["toc_deprecated"] = $TOC_DEPRECATED;
$setup["parents"] = $PARENTS;
manual_setup($setup);

contributors($setup);

?>
<div id="function.svn-fs-props-changed" class="refentry">
 <div class="refnamediv">
  <h1 class="refname">svn_fs_props_changed</h1>
  <p class="verinfo">(PECL svn &gt;= 0.2.0)</p><p class="refpurpose"><span class="refname">svn_fs_props_changed</span> &mdash; <span class="dc-title">Return true if props are different, false otherwise</span></p>

 </div>

 <div class="refsect1 description" id="refsect1-function.svn-fs-props-changed-description">
  <h3 class="title">Опис</h3>
  <div class="methodsynopsis dc-description">
   <span class="methodname"><strong>svn_fs_props_changed</strong></span>(<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$root1</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$path1</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.resource.php" class="type resource">resource</a></span> <code class="parameter">$root2</code></span>,<br>&nbsp;&nbsp;&nbsp;&nbsp;<span class="methodparam"><span class="type"><a href="language.types.string.php" class="type string">string</a></span> <code class="parameter">$path2</code></span><br>): <span class="type"><a href="language.types.boolean.php" class="type bool">bool</a></span></div>

  <div class="warning"><strong class="warning">Увага</strong><p class="simpara">Наразі ця функція не
документована. Доступний лише список її параметрів.
</p></div>
  <p class="para">
   Return true if props are different, false otherwise
  </p>
 </div>


 <div class="refsect1 notes" id="refsect1-function.svn-fs-props-changed-notes">
  <h3 class="title">Примітки</h3>
  <div class="warning"><strong class="warning">Увага</strong><p class="simpara">Ця функція —
<em>ЕКСПЕРИМЕНТАЛЬНА</em>. Її поведінка, назва та документація
можуть бути змінені без попередження в майбутніх випусках PHP. Використання цієї
функції є ризикованим для розробника.</p></div>
 </div>


 

 

 

 

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