mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
10ee01fb33
commit
ddf62e6ba2
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue