domxml_node_unlink_node: It's domxml_unlink_node

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@67028 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
irc-html 2002-01-05 20:46:08 +00:00
parent 6d75db73db
commit 2a103786a6

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
<!-- $Revision: 1.29 $ -->
<!-- $Revision: 1.30 $ -->
<reference id="ref.domxml">
<title>DOM XML functions</title>
<titleabbrev>DOM XML</titleabbrev>
@ -904,9 +904,9 @@ $children = $head->children();
</refsect1>
</refentry>
<refentry id='function.domxml-node-unlink-node'>
<refentry id='function.domxml-unlink-node'>
<refnamediv>
<refname>domxml_node_unlink_node</refname>
<refname>domxml_unlink_node</refname>
<refpurpose>
Deletes node
</refpurpose>
@ -915,7 +915,7 @@ $children = $head->children();
<title>Description</title>
<funcsynopsis>
<funcprototype>
<funcdef>object <function>domxml_node_unlink_node</function></funcdef>
<funcdef>object <function>domxml_unlink_node</function></funcdef>
<void/>
</funcprototype>
</funcsynopsis>