Duplicate return

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245696 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Jakub Vrana 2007-11-06 09:14:21 +00:00
parent d487956794
commit e24fdb4d55

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.4 $ -->
<!-- $Revision: 1.5 $ -->
<refentry xml:id="function.xmlreader-movetoelement" xmlns="http://docbook.org/ns/docbook">
<refnamediv>
<refname>XMLReader::moveToElement</refname>
@ -16,14 +16,13 @@
</classsynopsis>
<para>
Moves cursor to the parent Element of current Attribute.
Returns &true; if successful and &false; if it fails or not positioned on
Attribute when this method is called.
</para>
</refsect1>
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&return.success;
Returns &true; if successful and &false; if it fails or not positioned on
Attribute when this method is called.
</para>
</refsect1>
<refsect1 role="seealso">