mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
fix #31354: wrong refpurpose for DOMNode->insertBefore()
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@176116 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
3b90a603ba
commit
f0ff82f778
2 changed files with 5 additions and 4 deletions
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.5 $ -->
|
||||
<!-- $Revision: 1.6 $ -->
|
||||
<refentry id='function.dom-domnode-insertbefore'>
|
||||
<refnamediv>
|
||||
<refname>DOMNode->insertBefore()</refname>
|
||||
<refpurpose>
|
||||
Adds new child at the end of the children
|
||||
Adds a new child before a reference node
|
||||
</refpurpose>
|
||||
</refnamediv>
|
||||
<refsect1 role="description">
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<?xml version="1.0" encoding="iso-8859-1"?>
|
||||
<!-- $Revision: 1.12 $ -->
|
||||
<!-- $Revision: 1.13 $ -->
|
||||
<reference id="ref.dom">
|
||||
<title>DOM Functions</title>
|
||||
<titleabbrev>DOM</titleabbrev>
|
||||
|
@ -800,7 +800,8 @@
|
|||
<para><xref linkend='function.dom-domnode-haschildnodes' /> - Checks if node has children</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><xref linkend='function.dom-domnode-insertbefore' /> - Adds new child at the end of the children</para>
|
||||
<para><xref linkend='function.dom-domnode-insertbefore' /> - Adds a
|
||||
new child before a reference node</para>
|
||||
</listitem>
|
||||
<listitem>
|
||||
<para><xref linkend='function.dom-domnode-issamenode' /> - Indicates if two nodes are the same node</para>
|
||||
|
|
Loading…
Reference in a new issue