Source of: /manual/en/function.svn-fs-props-changed.php
<?php
include_once $_SERVER['DOCUMENT_ROOT'] . '/include/shared-manual.inc';
$TOC = 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 => 'en',
),
'this' =>
array (
0 => 'function.svn-fs-props-changed.php',
1 => 'svn_fs_props_changed',
),
'up' =>
array (
0 => 'ref.svn.php',
1 => 'SVN Functions',
),
'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',
),
);
$setup["toc"] = $TOC;
$setup["parents"] = $PARENTS;
manual_setup($setup);
manual_header();
?>
<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 >= 0.2.0)</p><p class="refpurpose"><span class="refname">svn_fs_props_changed</span> — <span class="dc-title">Return true if props are different, false otherwise</span></p>
</div>
<a name="function.svn-fs-props-changed.description"></a><div class="refsect1 description">
<h3 class="title">Description</h3>
<div class="methodsynopsis dc-description">
<span class="type">bool</span> <span class="methodname"><b>svn_fs_props_changed</b></span>
( <span class="methodparam"><span class="type">resource</span> <tt class="parameter">$root1</tt></span>
, <span class="methodparam"><span class="type">string</span> <tt class="parameter">$path1</tt></span>
, <span class="methodparam"><span class="type">resource</span> <tt class="parameter">$root2</tt></span>
, <span class="methodparam"><span class="type">string</span> <tt class="parameter">$path2</tt></span>
)</div>
<div class="warning"><b class="warning">Warning</b><p class="simpara">This function is
currently not documented; only its argument list is available.
</p></div>
<p class="para">
Return true if props are different, false otherwise
</p>
</div>
<a name="function.svn-fs-props-changed.notes"></a><div class="refsect1 notes">
<h3 class="title">Notes</h3>
<div class="warning"><b class="warning">Warning</b><p class="simpara">This function is
<em class="emphasis">EXPERIMENTAL</em>. The behaviour of this function, its name, and
surrounding documentation may change without notice in a future release of PHP.
This function should be used at your own risk.
</p></div>
</div>
</div><?php manual_footer(); ?>