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:
Christoph Michael Becker 2020-10-30 16:19:02 +00:00
parent 3742d36be1
commit 6efef65e17
2 changed files with 6 additions and 0 deletions

View file

@ -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;

View file

@ -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;