mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Duplicate return
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@245696 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
d487956794
commit
e24fdb4d55
1 changed files with 3 additions and 4 deletions
|
@ -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">
|
||||
|
|
Loading…
Reference in a new issue