Switch places method arguments list as was notified by a user (PHP-NOTE# 24336)

was doc typo.


git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@91826 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Maxim Maletsky 2002-08-13 20:04:10 +00:00
parent 10ee01fb33
commit ddf62e6ba2

View file

@ -8,7 +8,7 @@
instead -->
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.43 $ -->
<!-- $Revision: 1.44 $ -->
<reference id="ref.domxml">
<title>DOM XML functions</title>
<titleabbrev>DOM XML</titleabbrev>
@ -2411,8 +2411,8 @@ echo "</PRE>";
<title>Description</title>
<methodsynopsis>
<type>object</type><methodname>DomNode->replace_child</methodname>
<methodparam><type>object</type><parameter>oldchild</parameter></methodparam>
<methodparam><type>object</type><parameter>newchild</parameter></methodparam>
<methodparam><type>object</type><parameter>oldchild</parameter></methodparam>
</methodsynopsis>
<para>
This functions replace a child from a list of children. If the child cannot