mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-15 16:38:54 +00:00
Added note about existing nodes being moved in the dom
Based on a patch contributed by Pieter Hordijk <info@pieterhordijk.com>. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351088 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3742d36be1
commit
6efef65e17
2 changed files with 6 additions and 0 deletions
|
@ -20,6 +20,9 @@
|
|||
<methodname>DOMDocument::createTextNode</methodname> etc. or simply by using
|
||||
any other node.
|
||||
</para>
|
||||
<para>
|
||||
When using an existing node it will be moved.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
|
|
|
@ -19,6 +19,9 @@
|
|||
If you plan to do further modifications on the appended child you must use
|
||||
the returned node.
|
||||
</para>
|
||||
<para>
|
||||
When using an existing node it will be moved.
|
||||
</para>
|
||||
</refsect1>
|
||||
<refsect1 role="parameters">
|
||||
&reftitle.parameters;
|
||||
|
|
Loading…
Reference in a new issue