maxim Tue Aug 13 16:04:10 2002 EDT
Modified files:
/phpdoc/en/functions domxml.xml
Log:
Switch places method arguments list as was notified by a user (PHP-NOTE# 24336)
was doc typo.
Index: phpdoc/en/functions/domxml.xml
diff -u phpdoc/en/functions/domxml.xml:1.43 phpdoc/en/functions/domxml.xml:1.44
--- phpdoc/en/functions/domxml.xml:1.43 Wed Jun 19 01:31:05 2002
+++ phpdoc/en/functions/domxml.xml Tue Aug 13 16:04:10 2002
@@ -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 @@
<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
--
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php