mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Use correct tag for doc links, <methodname> not <function>
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@278612 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
8eeb6a1bfc
commit
275ce1800c
1 changed files with 3 additions and 3 deletions
|
@ -1,5 +1,5 @@
|
|||
<?xml version='1.0' encoding='iso-8859-1'?>
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<!-- $Revision: 1.7 $ -->
|
||||
<refentry xml:id="simplexmliterator.valid" xmlns="http://docbook.org/ns/docbook">
|
||||
<refnamediv>
|
||||
<refname>SimpleXMLIterator::valid</refname>
|
||||
|
@ -13,8 +13,8 @@
|
|||
</methodsynopsis>
|
||||
<para>
|
||||
This method checks if the current element is valid after calls to
|
||||
<function>SimpleXMLIterator::rewind</function> or
|
||||
<function>SimpleXMLIterator::next</function>.
|
||||
<methodname>SimpleXMLIterator::rewind</methodname> or
|
||||
<methodname>SimpleXMLIterator::next</methodname>.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
|
|
Loading…
Reference in a new issue